From 4ec384d5a62f875cc9faeb19ec8bb22cc135f2ed Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sat, 11 Sep 2021 10:07:01 +0000 Subject: [PATCH] Fix Layout/MultilineArrayBraceLayout offense (#21210). git-svn-id: http://svn.redmine.org/redmine/trunk@21218 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/controllers/projects_controller.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb index 20846bf27..36f0261f9 100644 --- a/app/controllers/projects_controller.rb +++ b/app/controllers/projects_controller.rb @@ -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 -- 2.39.5