add empty line after guard clause
This commit is contained in:
parent
ff94e64ee6
commit
8244a869f6
@ -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("+")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user