Style changes related to bottling.

This commit is contained in:
Adam Vandenberg 2011-06-16 08:35:45 -07:00
parent b643d105eb
commit 8f896f9d2c

View File

@ -45,7 +45,7 @@ class SoftwareSpecification
end
end
class BottleSoftwareSpecification <SoftwareSpecification
class BottleSoftwareSpecification < SoftwareSpecification
def download_strategy
return CurlBottleDownloadStrategy if @using.nil?
raise "Strategies cannot be used with bottles."
@ -454,7 +454,7 @@ class Formula
end
def pouring
return (@bottle or ARGV.build_from_source?)
@bottle or ARGV.build_from_source?
end
protected