Skip to content

Commit c4c4b9c

Browse files
keitherenon
authored andcommitted
Fix indentation of external_includes
This wasn't happening in the loop
1 parent cb45e87 commit c4c4b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang_tidy/clang_tidy.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def _run_tidy(
7070

7171
args.add_all(compilation_context.system_includes.to_list(), before_each = "-isystem")
7272

73-
args.add_all(compilation_context.external_includes.to_list(), before_each = "-isystem")
73+
args.add_all(compilation_context.external_includes.to_list(), before_each = "-isystem")
7474

7575
ctx.actions.run(
7676
inputs = inputs,

0 commit comments

Comments
 (0)