Skip to content

Commit

Permalink
Fix Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbeattie42 committed May 3, 2023
1 parent 71d3ada commit d0a7f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apple/internal/transition_support.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def _cpu_string(*, cpu, platform_type, settings = {}):
return "ios_x86_64"
if platform_type == "macos":
host_cpu = settings["//command_line_option:host_cpu"]
if host_cpu == "darwin":
if host_cpu == "darwin":
return "darwin"
if cpu:
return "darwin_{}".format(cpu)
Expand Down

0 comments on commit d0a7f58

Please sign in to comment.