Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Revert accidental space-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
klappradla committed Sep 17, 2017
1 parent 87142a0 commit 8034f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/roles_controller.rb
Expand Up @@ -57,7 +57,7 @@ def set_team

def set_role
@role = if params[:id]
@team.roles.find(params[:id])
@team.roles.find(params[:id])
else
@team.roles.new(role_params)
end
Expand Down

0 comments on commit 8034f74

Please sign in to comment.