Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebarrau committed Sep 4, 2023
1 parent 536a6fc commit fd824da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions java/gazelle/testdata/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ gazelle_binary(
[
gazelle_generation_test(
name = file[0:-len("/WORKSPACE")],
gazelle_binary = ":gazelle",
gazelle_timeout_seconds = 30,
test_data = glob(
include = [file[0:-len("/WORKSPACE")] + "/**"],
),
env = {
"GAZELLE_JAVA_LOG_CALLER": "false",
"GAZELLE_JAVA_LOG_FORMAT": "json",
"GAZELLE_JAVA_LOG_TIMESTAMP": "false",
},
gazelle_binary = ":gazelle",
gazelle_timeout_seconds = 30,
test_data = glob(
include = [file[0:-len("/WORKSPACE")] + "/**"],
),
)
for file in glob(["**/WORKSPACE"])
]

0 comments on commit fd824da

Please sign in to comment.