style changes
This commit is contained in:
parent
590f06187f
commit
ea7d356e08
@ -30,9 +30,9 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
|
|
||||||
if ARGV.json == "v1"
|
if ARGV.json == "v1"
|
||||||
print_tap_json(taps.sort_by {|tap| tap.to_s})
|
print_tap_json(taps.sort_by(&:to_s))
|
||||||
else
|
else
|
||||||
print_tap_info(taps.sort_by {|tap| tap.to_s})
|
print_tap_info(taps.sort_by(&:to_s))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user