Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Sep 20, 2024
1 parent b17b2c0 commit 6fb5454
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def ensure_at_exit
return if @installed_at_exit

at_exit do
NewRelic::Agent.logger.debug("WALUIGI: ensure_at_exit run")
NewRelic::Agent.logger.debug('WALUIGI: ensure_at_exit run')
# The agent's default at_exit might not default to installing, but
# if we are running an instrumented rake task, we always want it.
# No code coverage, as the strategy for mocking Kernel.exit prevents
Expand Down

0 comments on commit 6fb5454

Please sign in to comment.