Skip to content
Snippets Groups Projects
Commit ae43b79c authored by Mike McQuaid's avatar Mike McQuaid
Browse files

cmd/missing: fix Rubocop warnings.

parent 4e090530
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ module Homebrew
Diagnostic.missing_deps(ff) do |name, missing|
print "#{name}: " if ff.size > 1
puts "#{missing * " "}"
puts (missing * " ").to_s
end
end
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