aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_json_spec.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-03-06 06:27:20 +0100
committerKim Alvefur <zash@zash.se>2018-03-06 06:27:20 +0100
commit77ec8a1b6e3566ed1cbe7a93697f32a8c0703acd (patch)
tree4006f0263ae0b24e759e56c56b9d938e0e8d6f79 /spec/util_json_spec.lua
parentd03099c7ccb22d9f6fc153fdc528bd8931be4c31 (diff)
downloadprosody-77ec8a1b6e3566ed1cbe7a93697f32a8c0703acd.tar.gz
prosody-77ec8a1b6e3566ed1cbe7a93697f32a8c0703acd.zip
spec: Trim trailing whitespace
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);