diff options
| author | Adam Vandenberg | 2012-08-10 07:23:48 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-10 07:23:48 -0700 |
| commit | bd1a7e2690c9f84e8a864aa80831b842f39b638b (patch) | |
| tree | 013354f65d5aab8964e857f3223d1ccf3a22b7d9 /Library | |
| parent | 45b84df1bdcbdcd75022e024d1cf400f1c73fdaa (diff) | |
| download | brew-bd1a7e2690c9f84e8a864aa80831b842f39b638b.tar.bz2 | |
remove trailing whitespace
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/install.rb | 2 |
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? |
