Skip to content

Commit

Permalink
Fix code-style-check print
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandjansen committed Nov 9, 2017
1 parent 93c8397 commit ec798c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-code-style
Expand Up @@ -10,6 +10,6 @@ if output.strip().lower() not in [b'no modified files to format',
print(output.strip().decode('utf-8'))
exit(1)
else:
exit(0)
print(output.strip().decode('utf-8'))
exit(0)

0 comments on commit ec798c3

Please sign in to comment.