Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 704260535
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Dec 9, 2024
1 parent 0361a59 commit 936525f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/common/proto_lang_toolchain_info.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""ProtoLangToolchainInfo"""

load("//bazel/private:native.bzl", "native_proto_common") # buildifier: disable=bzl-visibility
load("//bazel/private:native.bzl", "native_proto_common")

# Use Starlark implementation only if native_proto_common.ProtoLangToolchainInfo doesn't exist
ProtoLangToolchainInfo = getattr(native_proto_common, "ProtoLangToolchainInfo", provider(
Expand Down

0 comments on commit 936525f

Please sign in to comment.