Skip to content

Commit

Permalink
Fix: Layout/TrailingWhitespace: Trailing whitespace detected.
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed May 2, 2022
1 parent 62effd5 commit 7f1c36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decidim-generators/lib/decidim/generators/app_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def add_queue_adapter
route <<~RUBY
authenticate :user, ->(u) { u.admin? } do
mount Sidekiq::Web => "/sidekiq"
end
end#{" "}
RUBY

add_production_gems do
Expand Down

0 comments on commit 7f1c36d

Please sign in to comment.