Skip to content

Commit 9939e6a

Browse files
committed
Update transition.bzl
1 parent d4ccb1d commit 9939e6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/private/rules/transition.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def _go_transition_impl(settings, attr):
130130
if value != old_value:
131131
if original_settings.get(original_key):
132132
fail("go_transition can't be nested")
133+
133134
# Encoding as JSON makes it possible to embed settings of arbitrary
134135
# types (currently bool, string and string_list) into a single type
135136
# of setting (string) with the information preserved whether the

0 commit comments

Comments
 (0)