fixes trailing whitespace

This commit is contained in:
zdcthomas 2018-09-03 22:08:14 -06:00
parent f71f74da4a
commit 5cca3315cf

View File

@ -25,7 +25,7 @@ module Hbc
oh1 "No Casks to upgrade" oh1 "No Casks to upgrade"
return return
end end
ohai "Casks with `auto_updates` or `version :latest` will not be upgraded" if args.empty? && !greedy? ohai "Casks with `auto_updates` or `version :latest` will not be upgraded" if args.empty? && !greedy?
oh1 "Upgrading #{Formatter.pluralize(outdated_casks.length, "outdated package")}, with result:" oh1 "Upgrading #{Formatter.pluralize(outdated_casks.length, "outdated package")}, with result:"
puts outdated_casks.map { |f| "#{f.full_name} #{f.version}" } * ", " puts outdated_casks.map { |f| "#{f.full_name} #{f.version}" } * ", "