Skip to content

Commit a1ba584

Browse files
committed
Autoformat
1 parent 4567e02 commit a1ba584

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

python/BUILD.bazel

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ pkg_filegroup(
3232

3333
pkg_files(
3434
name = "resources",
35-
srcs = ["codeql-extractor.yml", "//:LICENSE"],
35+
srcs = [
36+
"codeql-extractor.yml",
37+
"//:LICENSE",
38+
],
3639
strip_prefix = None,
3740
)
3841

@@ -47,9 +50,9 @@ codeql_pkg_files(
4750
codeql_pack(
4851
name = "python",
4952
srcs = [
50-
":resources",
5153
":dbscheme-group",
5254
":extractor-arch",
55+
":resources",
5356
"//python/downgrades",
5457
"//python/extractor",
5558
"//python/tools",

ruby/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ pkg_filegroup(
3232

3333
codeql_pkg_files(
3434
name = "codeql-extractor-yml",
35-
srcs = ["codeql-extractor.yml", "//:LICENSE"],
35+
srcs = [
36+
"codeql-extractor.yml",
37+
"//:LICENSE",
38+
],
3639
strip_prefix = None,
3740
)
3841

swift/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ codeql_pkg_files(
8282
srcs = [
8383
"codeql-extractor.yml",
8484
"ql/lib/swift.dbscheme.stats",
85-
"//swift/extractor/trap:generated_dbscheme",
8685
"//:LICENSE",
86+
"//swift/extractor/trap:generated_dbscheme",
8787
],
8888
)
8989

0 commit comments

Comments
 (0)