Fix style

This commit is contained in:
Boris Klimenko 2020-02-26 13:49:12 +03:00 committed by GitHub
parent da5d804bd9
commit 22375bae7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,7 +186,8 @@ module Homebrew
fi.prelude
if f.optlinked?
oh1 "Upgrading #{Formatter.identifier(f.full_specified_name)} #{Keg.new(f.opt_prefix).version} -> #{f.pkg_version} #{fi.options.to_a.join " "}"
oh1 "Upgrading #{Formatter.identifier(f.full_specified_name)} #{Keg.new(f.opt_prefix).version} ->"\
" #{f.pkg_version} #{fi.options.to_a.join " "}"
else
oh1 "Upgrading #{Formatter.identifier(f.full_specified_name)} -> #{f.pkg_version} #{fi.options.to_a.join " "}"
end