Skip to content

Commit

Permalink
Fix Rubocop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuscruz committed Dec 24, 2024
1 parent 3b32d98 commit 3093b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_record_proxy_adapters/log_subscriber.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def sql(event)
name = [database_instance_prefix_for(event), name].compact.join(" ")
payload[:name] = name
end
super(event)
super
end

protected
Expand Down

0 comments on commit 3093b91

Please sign in to comment.