From 3db6f710bc44b734e28b7ee95b5dc28e3eb3f234 Mon Sep 17 00:00:00 2001 From: Brentley Jones Date: Fri, 8 Sep 2023 10:32:14 -0500 Subject: [PATCH] Lint Signed-off-by: Brentley Jones --- crosstool/cc_toolchain_config.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crosstool/cc_toolchain_config.bzl b/crosstool/cc_toolchain_config.bzl index 96a1932..9ecc400 100644 --- a/crosstool/cc_toolchain_config.bzl +++ b/crosstool/cc_toolchain_config.bzl @@ -91,7 +91,7 @@ Unknown CPU: {cpu}. Please update 'apple_support' to the latest version. If \ you are sure you are on the latest version, try 'bazel shutdown' to work \ around a Bazel staleness bug. Finally, if you still encounter this error, \ please file an issue at https://github.com/bazelbuild/apple_support/issues/new -""".format(cpu =ctx.attr.cpu)) +""".format(cpu = ctx.attr.cpu)) if ctx.attr.cpu.startswith("darwin_"): target_libc = "macosx" @@ -737,7 +737,7 @@ Unknown CPU: {cpu}. Please update 'apple_support' to the latest version. If \ you are sure you are on the latest version, try 'bazel shutdown' to work \ around a Bazel staleness bug. Finally, if you still encounter this error, \ please file an issue at https://github.com/bazelbuild/apple_support/issues/new -""".format(cpu =ctx.attr.cpu)) +""".format(cpu = ctx.attr.cpu)) runtime_root_flags_feature = feature( name = "runtime_root_flags",