Skip to content

Commit 80240ce

Browse files
committed
Prevent buildifier from sorting set_cfg_constructor aliases
1 parent cfd5337 commit 80240ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUCK_TREE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set_cfg_constructor(
2222
linux = "prelude//os/constraints:linux",
2323
macos = "prelude//os/constraints:macos",
2424
windows = "prelude//os/constraints:windows",
25-
),
25+
), # buildifier: leave-alone
2626
extra_data = struct(),
2727
key = MODIFIER_METADATA_KEY,
2828
stage0 = cfg_constructor_pre_constraint_analysis,

0 commit comments

Comments
 (0)