Style nits
diff --git a/toolchain/BUILD b/toolchain/BUILD
index 1dce7ea..0f246dd 100644
--- a/toolchain/BUILD
+++ b/toolchain/BUILD
@@ -1,4 +1,5 @@
load(":cc_toolchain_config.bzl", "cc_toolchain_config")
+
package(default_visibility = ["//visibility:public"])
filegroup(name = "empty")
diff --git a/toolchain/cc_toolchain_config.bzl b/toolchain/cc_toolchain_config.bzl
index 8fe73f6..51c62eb 100644
--- a/toolchain/cc_toolchain_config.bzl
+++ b/toolchain/cc_toolchain_config.bzl
@@ -93,13 +93,10 @@
),
],
),
- ]
-
- features.append(feature(
- name = "default_compile_flags",
- enabled = True,
- flag_sets = [
- flag_set(
+ feature(
+ name = "default_compile_flags",
+ enabled = True,
+ flag_sets = [
actions = all_compile_actions,
flag_groups = [
flag_group(
@@ -113,10 +110,10 @@
ctx.attr.include_flag,
],
),
- ],
- ),
- ],
- ))
+ [,
+ ],
+ ),
+ ]
return cc_common.create_cc_toolchain_config_info(
abi_libc_version = ctx.attr.target_cpu,