Skip to content

Commit 9e91560

Browse files
committed
Run buildifier
1 parent c06926c commit 9e91560

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

java/src/org/openqa/selenium/devtools/versions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CDP_VERSIONS = [
22
"v85", # Required by Firefox
33
"v104",
44
"v105",
5-
"v106"
5+
"v106",
66
]
77

88
CDP_DEPS = ["//java/src/org/openqa/selenium/devtools/%s" % v for v in CDP_VERSIONS]

py/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@ py_library(
219219
"setup.cfg",
220220
"test/selenium/webdriver/common/test_file.txt",
221221
"test/selenium/webdriver/common/test_file2.txt",
222+
":webextensions-selenium-example-unsigned-zip",
222223
":webextensions-selenium-example-xpi",
223224
":webextensions-selenium-example-zip",
224-
":webextensions-selenium-example-unsigned-zip",
225225
],
226226
imports = ["."],
227227
deps = [

rb/BUILD.bazel

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -285,20 +285,20 @@ ruby_test(
285285
"--force-color",
286286
"rb/spec",
287287
],
288+
data = [
289+
"//common/extensions",
290+
],
288291
includes = ["rb/lib"],
289292
main = "@bundle//:bin/rspec",
290293
rubyopt = ["-w"],
291294
tags = [
292295
"no-sandbox",
293296
"requires-network",
294297
],
295-
data = [
296-
"//common/extensions",
297-
],
298298
deps = [
299299
":bidi",
300-
":firefox",
301300
":devtools",
301+
":firefox",
302302
":specs",
303303
],
304304
)
@@ -315,16 +315,16 @@ ruby_test(
315315
"--force-color",
316316
"rb/spec",
317317
],
318+
data = [
319+
"//common/extensions",
320+
],
318321
includes = ["rb/lib"],
319322
main = "@bundle//:bin/rspec",
320323
rubyopt = ["-w"],
321324
tags = [
322325
"no-sandbox",
323326
"requires-network",
324327
],
325-
data = [
326-
"//common/extensions",
327-
],
328328
deps = [
329329
":bidi",
330330
":devtools",

0 commit comments

Comments
 (0)