Skip to content

Commit

Permalink
try fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gdemarcsek committed Mar 8, 2023
1 parent 0f59456 commit 3c02253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ java_fuzz_target_test(
# of arbitrary code during fuzzing if executed with an older JDK. Use at your own risk.
java_fuzz_target_test(
name = "CommonsTextFuzzer",
size = "enormous",
srcs = [
"src/main/java/com/example/CommonsTextFuzzer.java",
],
Expand All @@ -191,11 +192,10 @@ java_fuzz_target_test(
],
tags = ["manual"],
target_class = "com.example.CommonsTextFuzzer",
verify_crash_reproducer = False,
deps = [
"@maven//:org_apache_commons_commons_text",
],
verify_crash_reproducer = False,
size = "enormous",
)

java_fuzz_target_test(
Expand Down

0 comments on commit 3c02253

Please sign in to comment.