Fixed style issues

This commit is contained in:
Alexey Alekhin 2017-08-23 17:54:01 +02:00
parent a5640fdfee
commit 9e2caa8d6a

View File

@ -23,14 +23,13 @@ module Hbc
user: "caskroom", user: "caskroom",
path: "Casks", path: "Casks",
filename: query, filename: query,
extension: "rb" extension: "rb",
) )
rescue Exception => e rescue StandardError => e
onoe e onoe e
$stderr.puts e.backtrace $stderr.puts e.backtrace
[] []
end end
matches.map do |match| matches.map do |match|
tap = Tap.fetch(match["repository"]["full_name"]) tap = Tap.fetch(match["repository"]["full_name"])
next if tap.installed? next if tap.installed?