Software /
code /
prosody
Diff
spec/util_json_spec.lua @ 8562:a6188f5d5bb5
spec: Trim trailing whitespace
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 06 Mar 2018 06:27:20 +0100 |
parent | 8236:4878e4159e12 |
child | 9326:c9c4b8bc53b1 |
line wrap: on
line diff
--- a/spec/util_json_spec.lua Tue Mar 06 01:45:58 2018 +0100 +++ b/spec/util_json_spec.lua Tue Mar 06 06:27:20 2018 +0100 @@ -64,7 +64,7 @@ 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);