cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/views/builders/structure.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@19113 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-11-21 04:05:10 +00:00
parent 2584615d37
commit fb913285f6

View File

@@ -23,7 +23,6 @@ module Redmine
module Views
module Builders
class Structure < BlankSlate
def initialize(request, response)
@struct = [{}]
@request = request