Run rubocop.

This commit is contained in:
Markus Reiter 2016-09-20 21:36:24 +02:00
parent be22265860
commit db37920fa7

View File

@ -39,11 +39,11 @@ class XcodeRequirement < Requirement
Installing just the Command Line Tools is not sufficient. Installing just the Command Line Tools is not sufficient.
EOS EOS
if MacOS.version >= :lion if MacOS.version >= :lion
message += <<-EOS.undent message + <<-EOS.undent
Xcode can be installed from the App Store. Xcode can be installed from the App Store.
EOS EOS
else else
message += <<-EOS.undent message + <<-EOS.undent
Xcode can be installed from https://developer.apple.com/xcode/downloads/ Xcode can be installed from https://developer.apple.com/xcode/downloads/
EOS EOS
end end