diff options
| author | Mike McQuaid | 2016-09-10 10:24:57 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2016-09-11 17:59:00 +0100 | 
| commit | 56fc1c725a752ef411e8f56aafe2602f2bb47592 (patch) | |
| tree | b2037eed615e0d7bbbfddf7495a56c95cb23b3d3 /Library/Homebrew/cmd/uninstall.rb | |
| parent | a0c29eb1af9abe25a29616bdcdd6aa19348e7eb3 (diff) | |
| download | brew-56fc1c725a752ef411e8f56aafe2602f2bb47592.tar.bz2 | |
cmd/uninstall: fix Rubocop warnings.
Diffstat (limited to 'Library/Homebrew/cmd/uninstall.rb')
| -rw-r--r-- | Library/Homebrew/cmd/uninstall.rb | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/uninstall.rb b/Library/Homebrew/cmd/uninstall.rb index 62092376d..6ea45a770 100644 --- a/Library/Homebrew/cmd/uninstall.rb +++ b/Library/Homebrew/cmd/uninstall.rb @@ -60,6 +60,8 @@ module Homebrew    end    def rm_pin(rack) -    Formulary.from_rack(rack).unpin rescue nil +    Formulary.from_rack(rack).unpin +  rescue +    nil    end  end  | 
