From ae43b79ca2b4e9ad595fbc70854423e214206102 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 10 Sep 2016 10:24:57 +0100 Subject: cmd/missing: fix Rubocop warnings. --- Library/Homebrew/cmd/missing.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/cmd') diff --git a/Library/Homebrew/cmd/missing.rb b/Library/Homebrew/cmd/missing.rb index 181530562..bbd514223 100644 --- a/Library/Homebrew/cmd/missing.rb +++ b/Library/Homebrew/cmd/missing.rb @@ -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 -- cgit v1.2.3