Skip to content

Commit

Permalink
Insert missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmeku committed Apr 24, 2018
1 parent f36332c commit 1471505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protoc-gen-swagger/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ go_library(
go_binary(
name = "protoc-gen-swagger",
embed = [":go_default_library"],
visibility = ["//visibility:public"]
visibility = ["//visibility:public"],
)

go_test(
Expand Down
2 changes: 1 addition & 1 deletion third_party/googleapis/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package(default_visibility = ["//visibility:public"])

filegroup(
name = "googleapis",
srcs = glob(["**/*.proto"])
srcs = glob(["**/*.proto"]),
)

0 comments on commit 1471505

Please sign in to comment.