Skip to content

Commit 5ab4b94

Browse files
committed
Make buildifier happy
1 parent 29075e8 commit 5ab4b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cc/private/toolchain/windows_cc_toolchain_config.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1663,8 +1663,8 @@ cc_toolchain_config = rule(
16631663
"msvc_lib_path": attr.string(default = "vc_installation_error.bat"),
16641664
"msvc_link_path": attr.string(default = "vc_installation_error.bat"),
16651665
"msvc_ml_path": attr.string(default = "vc_installation_error.bat"),
1666-
"supports_parse_showincludes": attr.bool(),
16671666
"shorten_virtual_includes": attr.bool(default = False),
1667+
"supports_parse_showincludes": attr.bool(),
16681668
"target_libc": attr.string(),
16691669
"target_system_name": attr.string(),
16701670
"tool_bin_path": attr.string(default = "not_found"),

0 commit comments

Comments
 (0)