Skip to content

Commit

Permalink
Auto Format
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-gardener committed Nov 12, 2021
1 parent ee12744 commit 8266743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_clang_tidy.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def run_tidy(args, tmpdir, build_path, queue, lock, failed_files):
failed_files.append(name)
with lock:
sys.stdout.write(' '.join(invocation) + '\n' +
output.decode('utf-8'))
output.decode('utf-8'))
if len(err) > 0:
sys.stdout.flush()
sys.stderr.write(err.decode('utf-8'))
Expand Down

0 comments on commit 8266743

Please sign in to comment.