aboutsummaryrefslogtreecommitdiffstats
path: root/tools/json2hash
diff options
context:
space:
mode:
authorsmihica <smihica@gmail.com>2014-02-19 01:20:09 +0900
committersmihica <smihica@gmail.com>2014-02-19 01:20:09 +0900
commit042514074eb3ed383b074b275fc1dbfbf9055cf8 (patch)
tree81e70fb740c20c9a08ce62dcfaeb444f40bf1ce4 /tools/json2hash
parent97621471c3a046de2a3b065f33ce9c53416af305 (diff)
downloademmet-mode-042514074eb3ed383b074b275fc1dbfbf9055cf8.tar.lz
emmet-mode-042514074eb3ed383b074b275fc1dbfbf9055cf8.tar.xz
emmet-mode-042514074eb3ed383b074b275fc1dbfbf9055cf8.zip
9c9
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')