diff options
| author | Alexey Alekhin | 2017-08-23 19:47:47 +0200 |
|---|---|---|
| committer | Alexey Alekhin | 2017-08-23 19:47:47 +0200 |
| commit | 15d2a9c7cd2ab37ec7b790ad1c0a4aa653826a60 (patch) | |
| tree | 1ee64113407a4ee339db22cda3855e9f91835449 /Library | |
| parent | 9e2caa8d6a55c0c48c46d916520ab827a23f504e (diff) | |
| download | brew-15d2a9c7cd2ab37ec7b790ad1c0a4aa653826a60.tar.bz2 | |
Formatting fix
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/search.rb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/search.rb b/Library/Homebrew/cask/lib/hbc/cli/search.rb index fbc2487ae..2b290bbdf 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/search.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/search.rb @@ -19,12 +19,13 @@ module Hbc end def self.search_remote(query) - matches = begin GitHub.search_code( - user: "caskroom", - path: "Casks", - filename: query, - extension: "rb", - ) + matches = begin + GitHub.search_code( + user: "caskroom", + path: "Casks", + filename: query, + extension: "rb", + ) rescue StandardError => e onoe e $stderr.puts e.backtrace |
