From 0e79d0d68840dd2e4b5d316c3cf2ab0b3c752007 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 14 Nov 2020 13:18:56 +0000 Subject: [PATCH] remove spaces inside {} of ImportsController git-svn-id: http://svn.redmine.org/redmine/trunk@20373 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/controllers/imports_controller.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/controllers/imports_controller.rb b/app/controllers/imports_controller.rb index 54defb855..9431ca098 100644 --- a/app/controllers/imports_controller.rb +++ b/app/controllers/imports_controller.rb @@ -141,8 +141,7 @@ class ImportsController < ApplicationController def menu_items menu_item = import_type ? import_type.menu_item : nil - - { self.controller_name.to_sym => { :actions => {}, :default => menu_item } } + {self.controller_name.to_sym => {:actions => {}, :default => menu_item}} end def authorize_import -- 2.39.5