Skip to content

Commit e5feb97

Browse files
committed
Fix formatting
1 parent 7ede49f commit e5feb97

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

py/BUILD.bazel

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -520,11 +520,13 @@ py_test_suite(
520520
py_test_suite(
521521
name = "test-firefox",
522522
size = "large",
523-
srcs = glob([
524-
"test/selenium/webdriver/marionette/**/*.py",
525-
"test/selenium/webdriver/firefox/**/*.py",
526-
],
527-
exclude = ["test/selenium/webdriver/common/devtools_tests.py"]),
523+
srcs = glob(
524+
[
525+
"test/selenium/webdriver/marionette/**/*.py",
526+
"test/selenium/webdriver/firefox/**/*.py",
527+
],
528+
exclude = ["test/selenium/webdriver/common/devtools_tests.py"],
529+
),
528530
args = [
529531
"--instafail",
530532
] + BROWSERS["firefox"]["args"],

0 commit comments

Comments
 (0)