Skip to content

Commit

Permalink
lint: Fix rubocop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Nov 13, 2023
1 parent 082a480 commit da98f6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module RegistrationsRedirect
included do
def show
if Decidim::FriendlySignup.use_confirmation_codes.present?
respond_with_navigational(resource){ redirect_to decidim.new_user_confirmation_path }
respond_with_navigational(resource) { redirect_to decidim.new_user_confirmation_path }
return
end

Expand Down

0 comments on commit da98f6d

Please sign in to comment.