Skip to content

Commit

Permalink
Merge pull request #16950 from cho-m/formula_cellar_checks-type-fix
Browse files Browse the repository at this point in the history
formula_cellar_checks: fix type from #16946
  • Loading branch information
Bo98 committed Mar 25, 2024
2 parents f2eb652 + f432a7f commit a570e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/extend/os/mac/formula_cellar_checks.rb
Expand Up @@ -65,7 +65,7 @@ def check_python_framework_links(lib)
EOS
end

sig { returns(T.nilable(String)) }
sig { void }
def check_linkage
return unless formula.prefix.directory?

Expand Down

0 comments on commit a570e4d

Please sign in to comment.