From 197392b56d38a4f5225886f1a10e2ccaa51faa98 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Thu, 1 Jun 2017 04:06:40 -0700 Subject: Revert "Fix operator spacing." --- Library/Homebrew/cmd/list.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/cmd/list.rb') diff --git a/Library/Homebrew/cmd/list.rb b/Library/Homebrew/cmd/list.rb index f5c4e68ac..790d858aa 100644 --- a/Library/Homebrew/cmd/list.rb +++ b/Library/Homebrew/cmd/list.rb @@ -129,7 +129,7 @@ module Homebrew names.each do |d| versions = d.subdirs.map { |pn| pn.basename.to_s } next if ARGV.include?("--multiple") && versions.length < 2 - puts "#{d.basename} #{versions * " "}" + puts "#{d.basename} #{versions*" "}" end end end -- cgit v1.2.3