Skip to content

Commit 787c058

Browse files
committed
Apply buildifier
1 parent e148563 commit 787c058

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def java_tools_javac11_repos():
7373
name = "remote_java_tools_javac11_linux",
7474
sha256 = "10d6f00c72e42b6fda378ad506cc93b1dc92e1aec6e2a490151032244b8b8df5",
7575
urls = [
76-
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v3.0/java_tools_javac11_linux-v3.0.zip",
76+
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v3.0/java_tools_javac11_linux-v3.0.zip",
7777
],
7878
)
7979
maybe(
@@ -89,7 +89,7 @@ def java_tools_javac11_repos():
8989
name = "remote_java_tools_javac11_macos",
9090
sha256 = "28989f78b1ce437c92dd27bb4943b2211ba4db916ccbb3aef83696a8f9b43724",
9191
urls = [
92-
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v3.0/java_tools_javac11_darwin-v3.0.zip",
92+
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v3.0/java_tools_javac11_darwin-v3.0.zip",
9393
],
9494
)
9595

0 commit comments

Comments
 (0)