Skip to content
Snippets Groups Projects
Commit 0c1da29d authored by Gabriel's avatar Gabriel
Browse files

Add _ to unused args

parent 01c5bc48
No related branches found
No related tags found
No related merge requests found
......@@ -2360,7 +2360,7 @@ class Formula
specs.each { |spec| spec.depends_on(dep) }
end
def uses_from_macos(dep, **args)
def uses_from_macos(dep, **_args)
depends_on(dep)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment