Skip to content

Commit 0b4709f

Browse files
committed
reformat
1 parent b878925 commit 0b4709f

File tree

1 file changed

+1
-1
lines changed
  • src/java/io/bazel/rulesscala/worker

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
java_library(
22
name = "worker",
33
srcs = ["Worker.java"],
4+
visibility = ["//:__subpackages__"],
45
deps = [
56
"//third_party/bazel/src/main/protobuf:worker_protocol_java_proto",
67
],
7-
visibility = ["//:__subpackages__"]
88
)

0 commit comments

Comments
 (0)