add empty line after guard clause

This commit is contained in:
hyuraku 2019-11-09 13:11:55 +09:00
parent ff94e64ee6
commit 8244a869f6

View File

@ -371,6 +371,7 @@ module Homebrew
if full_analytics
next if args.days.present? && args.days&.to_i != days
next if args.category.present? && args.category != category
analytics_table(category, days, results)
else
total_count = results.values.inject("+")