diff options
Diffstat (limited to 'tools/json2hash')
-rwxr-xr-x | tools/json2hash | 2 |
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') |