Skip to content

Commit 26b244e

Browse files
committed
[build] remove extra comma in build file
1 parent 9938f15 commit 26b244e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ filegroup(
2626
srcs = [
2727
"Rakefile",
2828
],
29-
visibility = ["//rb:__subpackages__",],
29+
visibility = ["//rb:__subpackages__"],
3030
)
3131

3232
alias(

0 commit comments

Comments
 (0)