From 13d544e11e92ba8ea3788723432046f8dfe4adf9 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Mon, 3 Aug 2015 13:09:07 +0100 Subject: Core files style updates. Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid --- Library/Homebrew/hooks/bottles.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Homebrew/hooks') diff --git a/Library/Homebrew/hooks/bottles.rb b/Library/Homebrew/hooks/bottles.rb index 6f6ce7e47..c6612dea6 100644 --- a/Library/Homebrew/hooks/bottles.rb +++ b/Library/Homebrew/hooks/bottles.rb @@ -7,12 +7,12 @@ module Homebrew module Hooks module Bottles - def self.setup_formula_has_bottle &block + def self.setup_formula_has_bottle(&block) @has_bottle = block true end - def self.setup_pour_formula_bottle &block + def self.setup_pour_formula_bottle(&block) @pour_bottle = block true end -- cgit v1.2.3