aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlexey Alekhin2017-08-23 19:47:47 +0200
committerAlexey Alekhin2017-08-23 19:47:47 +0200
commit15d2a9c7cd2ab37ec7b790ad1c0a4aa653826a60 (patch)
tree1ee64113407a4ee339db22cda3855e9f91835449 /Library
parent9e2caa8d6a55c0c48c46d916520ab827a23f504e (diff)
downloadbrew-15d2a9c7cd2ab37ec7b790ad1c0a4aa653826a60.tar.bz2
Formatting fix
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cask/lib/hbc/cli/search.rb13
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