extend/os/mac/diagnostic: fix indentation

This commit is contained in:
Martin Afanasjew 2016-07-06 16:22:15 +02:00
parent 3a127e405e
commit 2842910609

View File

@ -318,11 +318,11 @@ module Homebrew
return unless MacOS::XQuartz.version.include? "beta" return unless MacOS::XQuartz.version.include? "beta"
<<-EOS.undent <<-EOS.undent
The following beta release of XQuartz is installed: #{MacOS::XQuartz.version} The following beta release of XQuartz is installed: #{MacOS::XQuartz.version}
XQuartz beta releases include address sanitization, and do not work with XQuartz beta releases include address sanitization, and do not work with
all software; notably, wine will not work with beta releases of XQuartz. all software; notably, wine will not work with beta releases of XQuartz.
We recommend only installing stable releases of XQuartz. We recommend only installing stable releases of XQuartz.
EOS EOS
end end
end end