Skip to content

Commit fb07411

Browse files
committed
Format the module file
1 parent 2f847ea commit fb07411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ bazel_dep(name = "rules_ruby", version = "0.18.0")
3030
# Until `rules_jvm_external` 6.8 ships
3131
git_override(
3232
module_name = "rules_jvm_external",
33-
remote = "https://github.com/bazel-contrib/rules_jvm_external.git",
3433
commit = "d8af22108bd8b353a226140570008231f2921931",
3534
patch_strip = 1,
3635
patches = ["//java:rules_jvm_external_javadoc.patch"],
36+
remote = "https://github.com/bazel-contrib/rules_jvm_external.git",
3737
)
3838

3939
linter = use_extension("@apple_rules_lint//lint:extensions.bzl", "linter")

0 commit comments

Comments
 (0)