Skip to content

Commit

Permalink
Run buildifier
Browse files Browse the repository at this point in the history
`buildifier -r -lint fix .`
  • Loading branch information
shs96c committed Jul 5, 2022
1 parent b925263 commit 8487998
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions java/src/org/openqa/selenium/bidi/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ java_library(
name = "bidi",
srcs = glob([
"*.java",
"log/*.java"
]),
"log/*.java",
]),
visibility = [
"//java/src/org/openqa/selenium/bidi:__subpackages__",
"//java/src/org/openqa/selenium/firefox:__subpackages__",
Expand All @@ -20,4 +20,4 @@ java_library(
"//java/src/org/openqa/selenium/remote",
artifact("com.google.guava:guava"),
],
)
)
2 changes: 1 addition & 1 deletion java/test/org/openqa/selenium/bidi/log/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ java_selenium_test_suite(
artifact("org.assertj:assertj-core"),
artifact("org.hamcrest:hamcrest"),
] + JUNIT5_DEPS,
)
)

0 comments on commit 8487998

Please sign in to comment.