whitespace

This commit is contained in:
Roland Walker
2014-06-06 11:34:45 -04:00
parent c857f11965
commit 50841d3f86
-1
View File
@@ -1,6 +1,5 @@
class Cask::CLI::Doctor
def self.run
ohai 'OS X Version:', render_with_none_as_error( MACOS_FULL_VERSION )
ohai "Hardware Architecture:", render_with_none_as_error( "#{Hardware::CPU.type}-#{Hardware::CPU.bits}" )
ohai 'Ruby Version:', render_with_none_as_error( "#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}" )