cleanup: rubocop: fix Layout/SpaceInsideParens in test/unit/user_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@19227 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-11-24 05:26:11 +00:00
parent 4317915d55
commit 9b362ca043
2 changed files with 5 additions and 6 deletions

View File

@@ -321,7 +321,6 @@ Layout/SpaceInsideParens:
- 'test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb'
- 'test/unit/query_test.rb'
- 'test/unit/repository_test.rb'
- 'test/unit/user_test.rb'
# Cop supports --auto-correct.
Layout/SpaceInsidePercentLiteralDelimiters: