aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_json_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/util_json_spec.lua')
-rw-r--r--spec/util_json_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/util_json_spec.lua b/spec/util_json_spec.lua
index b9c8ab8b..dc66c7ba 100644
--- a/spec/util_json_spec.lua
+++ b/spec/util_json_spec.lua
@@ -64,7 +64,7 @@ describe("util.json", function()
for name, content in pairs(invalid_data) do
local parsed, err = json.decode(content);
assert(not parsed, name..": "..tostring(err));
- end
+ end
end);
end)
end);