]> source.dussan.org Git - redmine.git/commitdiff
Fix Layout/MultilineArrayBraceLayout offense (#21210).
authorMarius Balteanu <marius.balteanu@zitec.com>
Sat, 11 Sep 2021 10:07:01 +0000 (10:07 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Sat, 11 Sep 2021 10:07:01 +0000 (10:07 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@21218 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/projects_controller.rb

index 20846bf270fe02260cf0fc4375617df2802de741..36f0261f92ecc155e6052c8161a7fb9bea06e3e4 100644 (file)
@@ -27,8 +27,7 @@ class ProjectsController < ApplicationController
   before_action :authorize,
                 :except => [:index, :autocomplete, :list, :new, :create, :copy,
                             :archive, :unarchive,
-                            :destroy
-                          ]
+                            :destroy]
   before_action :authorize_global, :only => [:new, :create]
   before_action :require_admin, :only => [:copy, :archive, :unarchive]
   accept_rss_auth :index