Skip to content

Commit

Permalink
Add missing trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgooding committed Oct 10, 2023
1 parent c803b4f commit a9e7396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/clippy/clippy_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ test_clippy_aspect_action_has_warnings_flag_test = make_clippy_aspect_unittest(_
clippy_aspect_with_explicit_flags_test = make_clippy_aspect_unittest(
_clippy_aspect_with_explicit_flags_test_impl,
config_settings = {
str(Label("//:clippy_flags")): _CLIPPY_EXPLICIT_FLAGS
str(Label("//:clippy_flags")): _CLIPPY_EXPLICIT_FLAGS,
},
)

Expand Down

0 comments on commit a9e7396

Please sign in to comment.