Commit 9f340839 authored by JB Vasseur's avatar JB Vasseur

Remove useless braces !22296

parent fbd37211
...@@ -48,7 +48,7 @@ class Admin::ApplicationsController < Admin::ApplicationController ...@@ -48,7 +48,7 @@ class Admin::ApplicationsController < Admin::ApplicationController
private private
def set_application def set_application
@application = ApplicationsFinder.new({ id: params[:id] }).execute @application = ApplicationsFinder.new(id: params[:id]).execute
end end
# Only allow a trusted parameter "white list" through. # Only allow a trusted parameter "white list" through.
......
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