code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/helpers/gantt.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18727 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-10-17 16:45:54 +00:00
parent 5d77985f14
commit 2140c49042
2 changed files with 2 additions and 4 deletions

View File

@@ -69,7 +69,6 @@ Layout/CaseIndentation:
Exclude:
- 'app/models/issue_query.rb'
- 'config/initializers/10-patches.rb'
- 'lib/redmine/helpers/gantt.rb'
# Cop supports --auto-correct.
Layout/ClosingHeredocIndentation: