Skip to content

Commit 3495a90

Browse files
committed
Run buildifier
1 parent aa14aa2 commit 3495a90

File tree

4 files changed

+36
-249
lines changed

4 files changed

+36
-249
lines changed

cc/defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
"""Swift wrappers for native cc rules."""
1212

13-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test", "cc_binary")
13+
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_test")
1414
load("//stamp:stamp_file.bzl", "stamp_file")
1515
load(":cc_static_library.bzl", _cc_static_library = "cc_static_library")
1616
load(":copts.bzl", "DEFAULT_COPTS", "GCC5_COPTS", "GCC6_COPTS")

cc/toolchains/llvm/unix_cc_toolchain_config.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
"""A Starlark cc_toolchain configuration rule"""
1616

17-
load("@rules_cc//cc:defs.bzl", "CcToolchainConfigInfo")
1817
load("@bazel_tools//tools/build_defs/cc:action_names.bzl", "ACTION_NAMES")
1918
load(
2019
"@bazel_tools//tools/cpp:cc_toolchain_config_lib.bzl",
@@ -29,6 +28,7 @@ load(
2928
"variable_with_value",
3029
"with_feature_set",
3130
)
31+
load("@rules_cc//cc:defs.bzl", "CcToolchainConfigInfo")
3232
load(
3333
"swift_custom_features.bzl",
3434
"c11_standard_feature",

cc/toolchains/llvm20/unix_cc_toolchain_config.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
"""A Starlark cc_toolchain configuration rule"""
1616

17-
load("@rules_cc//cc:defs.bzl", "CcToolchainConfigInfo")
1817
load("@bazel_tools//tools/build_defs/cc:action_names.bzl", "ACTION_NAMES")
1918
load(
2019
"@bazel_tools//tools/cpp:cc_toolchain_config_lib.bzl",
@@ -29,6 +28,7 @@ load(
2928
"variable_with_value",
3029
"with_feature_set",
3130
)
31+
load("@rules_cc//cc:defs.bzl", "CcToolchainConfigInfo")
3232
load(
3333
"swift_custom_features.bzl",
3434
"c11_standard_feature",

0 commit comments

Comments
 (0)