mirror of
https://github.com/redmine/redmine.git
synced 2026-07-06 20:09:20 +02:00
Fix RuboCop offense Lint/MissingSuper (#36919).
git-svn-id: https://svn.redmine.org/redmine/trunk@22147 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -25,6 +25,7 @@ module Redmine
|
||||
# Initialize with a Diff file and the type of Diff View
|
||||
# The type view must be inline or sbs (side_by_side)
|
||||
def initialize(type="inline", style=nil)
|
||||
super()
|
||||
@parsing = false
|
||||
@added = 0
|
||||
@removed = 0
|
||||
|
||||
Reference in New Issue
Block a user