Skip to content

Commit

Permalink
Buildifier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Jun 25, 2024
1 parent 8a9f0f9 commit 59c03d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ alias(
exports_files([
"checkstyle-strict.xml",
"google-checks.xml",
"checkstyle2junit.xslt"
"checkstyle2junit.xslt",
])

checkstyle_config(
Expand Down
4 changes: 2 additions & 2 deletions java/private/checkstyle.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ _checkstyle_test = rule(
),
"_xslt_transformer": attr.label(
default = "@contrib_rules_jvm//java/src/com/github/bazel_contrib/contrib_rules_jvm/xml:xslt_transformer",
executable=True,
cfg = "host"
executable = True,
cfg = "host",
),
},
executable = True,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ java_binary(
srcs = ["XSLTTransformer.java"],
main_class = "XSLTTransformer",
visibility = ["//visibility:public"],
)
)

0 comments on commit 59c03d0

Please sign in to comment.