Skip to content

Commit ff5f567

Browse files
committed
util.py: remove empty line
1 parent 4381bcb commit ff5f567

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ def read_markdown(parser, path):
118118
cmd = 'ruby {0}'.format(parser)
119119
p = Popen(cmd, shell=True, stdin=PIPE, stdout=PIPE,
120120
close_fds=True, universal_newlines=True, encoding='utf-8')
121-
122121
stdout_data, stderr_data = p.communicate(body)
123122
doc = json.loads(stdout_data)
124123

0 commit comments

Comments
 (0)