Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Robinson <[email protected]>
  • Loading branch information
mattrobmattrob committed Apr 8, 2024
1 parent 8d2585d commit e9d71f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildEventProtocol/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ package(default_visibility = ["//visibility:public"])

swift_proto_library(
name = "build_event_stream_proto_swift_internal",
visibility = ["//visibility:public"],
protos = [
"@io_bazel//src/main/java/com/google/devtools/build/lib/buildeventstream/proto:build_event_stream_proto",
],
visibility = ["//visibility:public"],
)

# Rename the Swift module so we can use `import build_event_stream_proto` instead
Expand Down

0 comments on commit e9d71f1

Please sign in to comment.