Skip to content
Snippets Groups Projects
Commit ea7d356e authored by Jayendra Minakshisundar's avatar Jayendra Minakshisundar
Browse files

style changes

parent 590f0618
No related branches found
No related tags found
No related merge requests found
......@@ -30,9 +30,9 @@ module Homebrew
end
if ARGV.json == "v1"
print_tap_json(taps.sort_by {|tap| tap.to_s})
print_tap_json(taps.sort_by(&:to_s))
else
print_tap_info(taps.sort_by {|tap| tap.to_s})
print_tap_info(taps.sort_by(&:to_s))
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment