We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ccb1d commit 9939e6aCopy full SHA for 9939e6a
go/private/rules/transition.bzl
@@ -130,6 +130,7 @@ def _go_transition_impl(settings, attr):
130
if value != old_value:
131
if original_settings.get(original_key):
132
fail("go_transition can't be nested")
133
+
134
# Encoding as JSON makes it possible to embed settings of arbitrary
135
# types (currently bool, string and string_list) into a single type
136
# of setting (string) with the information preserved whether the
0 commit comments