Merge pull request #15992 from MikeMcQuaid/change_rpath_sig
os/mac/keg: fix `change_rpath` type signature.
This commit is contained in:
commit
4afb8e5602
@ -36,7 +36,6 @@ class Keg
|
||||
raise
|
||||
end
|
||||
|
||||
sig { params(old: Pathname, new: Pathname, file: MachOShim).returns(T::Boolean) }
|
||||
def change_rpath(old, new, file)
|
||||
return false if old == new
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user