Skip to content

Commit b9a980f

Browse files
restyled-commitsandy31415
authored andcommitted
Restyled by autopep8
1 parent d41e0f0 commit b9a980f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/build/clang_coverage_wrapper.py

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def main(log_level, no_log_timestamps, output, raw_profile_filename):
8989
logging.info("File %s is already as expected. Will not re-write", output)
9090
sys.exit(0)
9191

92-
9392
logging.info("Writing output to %s (profile name: %s)", output, raw_profile_filename)
9493
with open(output, "wt") as f:
9594
f.write(expected_output)

0 commit comments

Comments
 (0)