code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in lib/redmine/plugin.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18715 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-10-17 16:14:45 +00:00
parent a7b568ccff
commit 72fec3ae02
2 changed files with 1 additions and 2 deletions

View File

@@ -288,7 +288,6 @@ Layout/SpaceAfterNot:
Layout/SpaceAroundBlockParameters:
Exclude:
- 'app/controllers/issues_controller.rb'
- 'lib/redmine/plugin.rb'
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.