exceptions.rb: move alternative solution to a new line

This commit is contained in:
Maxim Belkin 2019-02-11 01:02:31 -06:00
parent 7ce517cb2d
commit db7997e1a0
No known key found for this signature in database
GPG Key ID: AC71560D4C5F2338

View File

@ -471,7 +471,7 @@ class BuildFlagsError < RuntimeError
EOS
message << <<~EOS.chomp! if bottled
Alternatively, remove the #{flag_text} to attempt bottle installation.
\nAlternatively, remove the #{flag_text} to attempt bottle installation.
EOS
super message