Skip to content

Commit

Permalink
fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nlou9 committed Dec 17, 2024
1 parent 31e6054 commit 4c212b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint/spotbugs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Finally, declare an aspect for it, typically in `tools/lint/linters.bzl`:
load("@aspect_rules_lint//lint:spotbugs.bzl", "lint_spotbugs_aspect")
spotbugs = lint_spotbugs_aspect(
binary = "@@//tools/lint:spotbugs",,
binary = "@@//tools/lint:spotbugs",
exclude_filter = "@@//:spotbugs-exclude.xml",
)
Expand Down

0 comments on commit 4c212b1

Please sign in to comment.