Skip to content

Commit 4c8c3b4

Browse files
Fix formatting
1 parent 7148858 commit 4c8c3b4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

BUILD

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@ use_format_targets()
3535

3636
copyright_checker(
3737
name = "copyright",
38-
srcs = glob([
39-
"process/**",
40-
"BUILD",
41-
"MODULE.bazel",
42-
], exclude = ["process/trustable/**"]),
38+
srcs = glob(
39+
[
40+
"process/**",
41+
"BUILD",
42+
"MODULE.bazel",
43+
],
44+
exclude = ["process/trustable/**"],
45+
),
4346
config = "@score_cr_checker//resources:config",
4447
template = "@score_cr_checker//resources:templates",
4548
visibility = ["//visibility:public"],

0 commit comments

Comments
 (0)