Skip to content

Commit

Permalink
Merge pull request #15992 from MikeMcQuaid/change_rpath_sig
Browse files Browse the repository at this point in the history
os/mac/keg: fix `change_rpath` type signature.
  • Loading branch information
MikeMcQuaid committed Sep 11, 2023
2 parents 96e61c5 + 9d44d27 commit 4afb8e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Library/Homebrew/os/mac/keg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def change_install_name(old, new, file)
raise
end

sig { params(old: Pathname, new: Pathname, file: MachOShim).returns(T::Boolean) }
def change_rpath(old, new, file)
return false if old == new

Expand Down

0 comments on commit 4afb8e5

Please sign in to comment.