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",
path: "Casks",
filename: query,
extension: "rb"
extension: "rb",
)
rescue Exception => e
rescue StandardError => e
onoe e
$stderr.puts e.backtrace
[]
end
matches.map do |match|
tap = Tap.fetch(match["repository"]["full_name"])
next if tap.installed?