Remove trailing whitespaces from test (#31506).

Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@18233 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-06-06 14:53:23 +00:00
parent 7ba7a19cf6
commit adebf4da1d
35 changed files with 126 additions and 126 deletions

View File

@@ -35,7 +35,7 @@ class SudoModeTest < ApplicationSystemTestCase
def test_add_user
log_user('admin', 'admin')
expire_sudo_mode!
visit '/users/new'
assert_difference 'User.count' do