From 3be6fea8e2a7805b9aae3f8950593363008705aa Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 2 Jun 2019 23:21:40 +0000 Subject: [PATCH] Remove trailing whitespaces from test/functional/attachments_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18219 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/attachments_controller_test.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/functional/attachments_controller_test.rb b/test/functional/attachments_controller_test.rb index 3420ea859..a78403254 100644 --- a/test/functional/attachments_controller_test.rb +++ b/test/functional/attachments_controller_test.rb @@ -519,12 +519,12 @@ class AttachmentsControllerTest < Redmine::ControllerTest '1' => { :filename => 'newname.text', :description => '' - }, + }, '4' => { :filename => 'newname.rb', :description => 'Renamed' - }, - + }, + } } @@ -543,12 +543,12 @@ class AttachmentsControllerTest < Redmine::ControllerTest '1' => { :filename => '', :description => '' - }, + }, '4' => { :filename => 'newname.rb', :description => 'Renamed' - }, - + }, + } }