Skip to content

Commit 7da180a

Browse files
committed
Apply buildifier fixes
1 parent 7845384 commit 7da180a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
load("@rules_go//proto:def.bzl", "go_proto_library")
12
load("@rules_proto//proto:defs.bzl", "proto_library")
23
load("@rules_python//python:proto.bzl", "py_proto_library")
3-
load("@rules_go//proto:def.bzl", "go_proto_library")
44

55
package(default_visibility = ["//visibility:public"])
66

examples/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ register_toolchains("@toolchains_protoc_hub//:all")
2929
# - proto_lang_toolchain rule [name]
3030
# - toolchain rule [name]_toolchain
3131
# and the second one is valid for registration.
32-
# Attempting to register a proto_lang_toolchain rule as a toolchain gives a baffling error like
32+
# Attempting to register a proto_lang_toolchain rule as a toolchain gives a baffling error like
3333
# Misconfigured toolchains: //tools:protoc_java_toolchain is declared as a toolchain but has inappropriate dependencies.
3434
# Declared toolchains should be created with the 'toolchain' rule and should not have dependencies that themselves require toolchains.
3535
register_toolchains("//tools/toolchains:all")

examples/tools/toolchains/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ define a cc toolchain that doesn't work, by using 'false' as the compiler.
55
See https://bazel.build/tutorials/ccp-toolchain-config
66
"""
77

8-
load("defs.bzl", "cc_toolchain_config")
98
load("@rules_proto//proto:defs.bzl", "proto_lang_toolchain")
9+
load("defs.bzl", "cc_toolchain_config")
1010

1111
# Configure protoc to have the right arguments for generating Python stubs.
1212
# NB: the protobuf team intends to remove --python_out and instead use a protoc plugin for Python stub emit.

0 commit comments

Comments
 (0)