Skip to content

Commit 394c4d5

Browse files
committed
fix "blank line contains whitespace" in test lol
1 parent fd257bd commit 394c4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpplint_clitest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def RunShellCommand(cmd, cwd='.'):
5757
stdout=stdout_target,
5858
stderr=stderr_target)
5959
out, err = proc.communicate()
60-
60+
6161
# Make output system-agnostic, aka support Windows
6262
if os.sep == '\\':
6363
out, err = out.replace(b'\\', b'/'), err.replace(b'\\', b'/')

0 commit comments

Comments
 (0)