summaryrefslogtreecommitdiff
path: root/tests/common.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common.lua')
-rw-r--r--tests/common.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common.lua b/tests/common.lua
index 48b4197..156f882 100644
--- a/tests/common.lua
+++ b/tests/common.lua
@@ -31,7 +31,7 @@ end
31 31
32function serialise_table(value, indent, depth) 32function serialise_table(value, indent, depth)
33 local spacing, spacing2, indent2 33 local spacing, spacing2, indent2
34 if indent then 34 if indent then
35 spacing = "\n" .. indent 35 spacing = "\n" .. indent
36 spacing2 = spacing .. " " 36 spacing2 = spacing .. " "
37 indent2 = indent .. " " 37 indent2 = indent .. " "