Skip to content

Commit

Permalink
Remove unnecessary print statement in diff-clang-format.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Nov 18, 2016
1 parent c620375 commit fe74190
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion diff-clang-format.py
Expand Up @@ -112,7 +112,6 @@ def run(paths, file_extensions, command, patch):
if diffs:
if not args['--quiet']:
for file, diff in diffs.items():
print('####', file, '####')
print(diff.decode('utf-8'))
print('{0} file(s) not formatted properly:'.format(len(diffs)))
for key in diffs.keys():
Expand Down

0 comments on commit fe74190

Please sign in to comment.