Skip to content

Commit f520855

Browse files
committed
Fix formatting
1 parent 498ffc2 commit f520855

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

java/test/org/openqa/selenium/bidi/network/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ java_selenium_test_suite(
77
srcs = glob(["*Test.java"]),
88
browsers = [
99
"firefox",
10-
"chrome"
10+
"chrome",
1111
],
1212
tags = [
1313
"selenium-remote",

java/test/org/openqa/selenium/bidi/network/NetworkCommandsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import java.util.concurrent.CountDownLatch;
2929
import java.util.concurrent.TimeUnit;
3030
import java.util.concurrent.atomic.AtomicInteger;
31-
3231
import org.junit.jupiter.api.Disabled;
3332
import org.junit.jupiter.api.Test;
3433
import org.openqa.selenium.By;

0 commit comments

Comments
 (0)