Skip to content

Commit

Permalink
Fix cop
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Mar 22, 2023
1 parent 5fd7d9a commit a2ab1e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/redi_search/log_subscriber.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ def action(event)
private

def log_name(event)
color("#{event.payload[:name]} (#{event.duration.round(1)}ms)", RED, bold: true)
color("#{event.payload[:name]} (#{event.duration.round(1)}ms)",
RED, bold: true)
end

# rubocop:disable Metrics/MethodLength
Expand Down

0 comments on commit a2ab1e6

Please sign in to comment.