Skip to content

Commit

Permalink
Update clang_tidy/clang_tidy.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyawk authored Oct 14, 2024
1 parent f632c34 commit 13030c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang_tidy/clang_tidy.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ def _run_tidy(
([exe.files_to_run.executable] if exe.files_to_run.executable else [])
),
transitive =
[compilation_context.headers for compilation_context in compilation_contexts] +
[cc_toolchain.all_files],
[compilation_context.headers for compilation_context in compilation_contexts] +
[cc_toolchain.all_files],
)

args = ctx.actions.args()
Expand Down

0 comments on commit 13030c6

Please sign in to comment.