cmd/missing: fix Rubocop warnings.
This commit is contained in:
parent
4e090530b1
commit
ae43b79ca2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user