Skip to content

Commit

Permalink
Fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark committed Mar 15, 2024
1 parent 973ff7f commit 5600244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ class ArmNoneEabiGccAT8 < Formula

# The bottles are built on systems with the CLT installed, and do not work
# out of the box on Xcode-only systems due to an incorrect sysroot.
pour_bottle? do
reason "The bottle needs the Xcode CLT to be installed."
satisfy { MacOS::CLT.installed? }
end
pour_bottle? only_if: :clt_installed

keg_only "it might interfere with other version of arm-gcc.\n" \
"This is useful if you want to have multiple version of arm-none-eabi-gcc\n" \
Expand Down
5 changes: 1 addition & 4 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ class ArmNoneEabiGccAT9 < Formula

# The bottles are built on systems with the CLT installed, and do not work
# out of the box on Xcode-only systems due to an incorrect sysroot.
pour_bottle? do
reason "The bottle needs the Xcode CLT to be installed."
satisfy { MacOS::CLT.installed? }
end
pour_bottle? only_if: :clt_installed

keg_only "it might interfere with other version of arm-gcc.\n" \
"This is useful if you want to have multiple version of arm-none-eabi-gcc\n" \
Expand Down

0 comments on commit 5600244

Please sign in to comment.