unpack_strategy/p7zip: update types
This commit is contained in:
parent
98ec6a9722
commit
0a658a3290
@ -16,7 +16,7 @@ module UnpackStrategy
|
||||
path.magic_number.match?(/\A7z\xBC\xAF\x27\x1C/n)
|
||||
end
|
||||
|
||||
sig { returns(T.nilable(T::Array[Formula])) }
|
||||
sig { returns(T::Array[Formula]) }
|
||||
def dependencies
|
||||
@dependencies ||= T.let([Formula["p7zip"]], T.nilable(T::Array[Formula]))
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user