Skip to content

Commit

Permalink
style: format code with Prettier, RuboCop, StandardJS and StandardRB
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 2bf7af2 according to the output
from Prettier, RuboCop, StandardJS and StandardRB.

Details: #122
  • Loading branch information
deepsource-autofix[bot] authored Sep 29, 2024
1 parent 2bf7af2 commit abbb604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/sidekiq.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if Rails.env.test?
require "sidekiq/testing"
Sidekiq::Testing.inline!
end
end

0 comments on commit abbb604

Please sign in to comment.