Skip to content

Commit 4ea7f7b

Browse files
ZedThreegithub-actions[bot]
authored andcommitted
Apply black changes
1 parent 237487f commit 4ea7f7b

File tree

1 file changed

+1
-1
lines changed
  • post/clang_tidy_review/clang_tidy_review

1 file changed

+1
-1
lines changed

post/clang_tidy_review/clang_tidy_review/review.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def main():
148148
)
149149

150150
install_commands = strip_enclosing_quotes(args.install_commands)
151-
151+
152152
if install_commands:
153153
with message_group(f"Running additional install commands: {install_commands}"):
154154
subprocess.run(install_commands, shell=True, check=True)

0 commit comments

Comments
 (0)