pep8: Fix E222 violations.

This commit is contained in:
Tommy Ip
2016-11-30 21:49:02 +00:00
parent 46b7d54b3e
commit e4091c6413
9 changed files with 11 additions and 11 deletions

View File

@@ -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'