Skip to content

Commit

Permalink
Run buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jan 15, 2024
1 parent da46c76 commit f8a8080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repositories.bzl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("//third_party:protobuf_version.bzl", "PROTOBUF_VERSION")
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("//java/private:zip_repository.bzl", "zip_repository")
load("//third_party:protobuf_version.bzl", "PROTOBUF_VERSION")

def contrib_rules_jvm_deps():
maybe(
Expand Down

0 comments on commit f8a8080

Please sign in to comment.