Skip to content

Commit

Permalink
brew style --fix
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Linnane <[email protected]>
  • Loading branch information
p-linnane committed Mar 7, 2025
1 parent 7461116 commit c5505ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Homebrew/diagnostic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,8 @@ def check_coretap_integrity
core_tap.ensure_installed!
end

broken_tap(core_tap) || examine_git_origin(core_tap.git_repository, T.must(Homebrew::EnvConfig.core_git_remote))
broken_tap(core_tap) || examine_git_origin(core_tap.git_repository,
T.must(Homebrew::EnvConfig.core_git_remote))
end

def check_casktap_integrity
Expand Down

0 comments on commit c5505ac

Please sign in to comment.