Skip to content

Commit 6215409

Browse files
committed
Fix pylint warning about indentation width
1 parent d02c521 commit 6215409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/round-trip-syntax-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class RoundTripTask(object):
7979
stdout_contents = self.stdout.decode('utf-8', errors='replace')
8080

8181
if contents == stdout_contents:
82-
return None
82+
return None
8383

8484
lines = difflib.unified_diff(contents, stdout_contents,
8585
fromfile=self.input_filename,

0 commit comments

Comments
 (0)