aboutsummaryrefslogtreecommitdiffstats
path: root/tools/json2hash
diff options
context:
space:
mode:
Diffstat (limited to 'tools/json2hash')
-rwxr-xr-xtools/json2hash2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/json2hash b/tools/json2hash
index e46936c..afa50b2 100755
--- a/tools/json2hash
+++ b/tools/json2hash
@@ -32,7 +32,7 @@ class Processor(object):
self.out.write(' tbl)\n')
self.out.write('tbl)')
elif _type is list:
- self.out.write('(vector \n')
+ self.out.write('(vector\n')
for v in data:
self._print(v)
self.out.write('\n')