From 77ec8a1b6e3566ed1cbe7a93697f32a8c0703acd Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 6 Mar 2018 06:27:20 +0100 Subject: spec: Trim trailing whitespace --- spec/util_json_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/util_json_spec.lua') 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); -- cgit v1.2.3