Fix another brew style from #971.

This commit is contained in:
Mike McQuaid 2016-09-19 16:28:28 +01:00
parent c9d9e54de6
commit 3ffb9a2f7c

View File

@ -190,7 +190,7 @@ class Formulary
super name, Formulary.core_path(name)
end
def get_formula(_spec, alias_path: nil)
def get_formula(*)
raise FormulaUnavailableError, name
end
end