brew style --fix
This commit is contained in:
parent
0191af7899
commit
75179e9239
@ -13,7 +13,7 @@ module Cask
|
|||||||
source_string, target_hash = args
|
source_string, target_hash = args
|
||||||
|
|
||||||
if target_hash
|
if target_hash
|
||||||
raise CaskInvalidError.new(cask) unless target_hash.respond_to?(:keys)
|
raise CaskInvalidError, cask unless target_hash.respond_to?(:keys)
|
||||||
|
|
||||||
target_hash.assert_valid_keys(:target)
|
target_hash.assert_valid_keys(:target)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user