Skip to content

Commit

Permalink
[RUBY-3433] code styling adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
brujeo committed Oct 23, 2024
1 parent ce16eab commit 77c7bf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/controllers/waste_carriers_engine/forms_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ def submit_form(form, params)
end

def setup_checks_pass?
result = FlowPermissionChecksService.run(user: current_user,
transient_registration: @transient_registration)
result = FlowPermissionChecksService.run(user: current_user, transient_registration: @transient_registration)

return true if result.pass? && state_is_correct?

Expand Down

0 comments on commit 77c7bf9

Please sign in to comment.