aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-10 07:23:48 -0700
committerAdam Vandenberg2012-08-10 07:23:48 -0700
commitbd1a7e2690c9f84e8a864aa80831b842f39b638b (patch)
tree013354f65d5aab8964e857f3223d1ccf3a22b7d9 /Library
parent45b84df1bdcbdcd75022e024d1cf400f1c73fdaa (diff)
downloadbrew-bd1a7e2690c9f84e8a864aa80831b842f39b638b.tar.bz2
remove trailing whitespace
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/install.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb
index 319b277fd..85b502d1d 100644
--- a/Library/Homebrew/cmd/install.rb
+++ b/Library/Homebrew/cmd/install.rb
@@ -2,7 +2,7 @@ require 'formula_installer'
require 'hardware'
require 'blacklist'
-module Homebrew extend self
+module Homebrew extend self
def install
raise FormulaUnspecifiedError if ARGV.named.empty?