Commit be390cff authored by Phil Hughes's avatar Phil Hughes

Fixed Ruby style error

parent c2377a11
......@@ -24,7 +24,7 @@ class Oauth::ApplicationsController < Doorkeeper::ApplicationsController
flash[:notice] = I18n.t(:notice, scope: [:doorkeeper, :flash, :applications, :create])
redirect_to oauth_application_url(@application)
else
redirect_to applications_profile_url, flash: {application: @application}
redirect_to applications_profile_url, flash: { application: @application }
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment