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 07e190a according to the output
from Prettier, RuboCop, StandardJS and StandardRB.

Details: #105
  • Loading branch information
deepsource-autofix[bot] authored Mar 7, 2024
1 parent 07e190a commit 0b7d76b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/initializers/0_constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

if Rails.env.production?
SITEMAP_HOST = "https://" +
Rails.application.credentials.dig(Rails.env.to_sym, :aws, :bucket) +
".s3." +
Rails.application.credentials.dig(Rails.env.to_sym, :aws, :region) +
".amazonaws.com"
Rails.application.credentials.dig(Rails.env.to_sym, :aws, :bucket) +
".s3." +
Rails.application.credentials.dig(Rails.env.to_sym, :aws, :region) +
".amazonaws.com"
end

0 comments on commit 0b7d76b

Please sign in to comment.