aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/install.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-10 07:23:48 -0700
committerAdam Vandenberg2012-08-10 07:23:48 -0700
commit4df2082fc3cfc9ef325806897927ad1d9c260a11 (patch)
tree5f065ec649379521626f4726c0807726782e8069 /Library/Homebrew/cmd/install.rb
parent2f8f17f13389e442423c79f4e457fcc606d5054a (diff)
downloadhomebrew-4df2082fc3cfc9ef325806897927ad1d9c260a11.tar.bz2
remove trailing whitespace
Diffstat (limited to 'Library/Homebrew/cmd/install.rb')
-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?