rubocop: fix Layout/CaseIndentation of test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18338 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-08-03 05:33:57 +00:00
parent 9f682a4c84
commit 4b95697d23
2 changed files with 2 additions and 3 deletions

View File

@@ -85,7 +85,6 @@ Layout/CaseIndentation:
- 'lib/redmine/menu_manager.rb' - 'lib/redmine/menu_manager.rb'
- 'lib/redmine/views/builders.rb' - 'lib/redmine/views/builders.rb'
- 'test/test_helper.rb' - 'test/test_helper.rb'
- 'test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb'
# Cop supports --auto-correct. # Cop supports --auto-correct.
Layout/ClosingHeredocIndentation: Layout/ClosingHeredocIndentation: