mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
pep8: Fix E222 violations.
This commit is contained in:
@@ -45,7 +45,7 @@ class SourceMap(object):
|
||||
out += (' = %s line %d column %d\n' %
|
||||
(result.src, result.src_line+1, result.src_col+1))
|
||||
except IndexError:
|
||||
out += ' [Unable to look up in source map]\n'
|
||||
out += ' [Unable to look up in source map]\n'
|
||||
|
||||
if ln.startswith(' at'):
|
||||
out += '\n'
|
||||
|
||||
Reference in New Issue
Block a user