Add _ to unused args
This commit is contained in:
parent
01c5bc48d2
commit
0c1da29d0c
@ -2360,7 +2360,7 @@ class Formula
|
|||||||
specs.each { |spec| spec.depends_on(dep) }
|
specs.each { |spec| spec.depends_on(dep) }
|
||||||
end
|
end
|
||||||
|
|
||||||
def uses_from_macos(dep, **args)
|
def uses_from_macos(dep, **_args)
|
||||||
depends_on(dep)
|
depends_on(dep)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user