new line missing
This commit is contained in:
parent
7ff2a51eb2
commit
5dad9f1fcb
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
module Gitlab
|
||||
module ImportExport
|
||||
class AttributesFinder
|
||||
|
||||
def initialize(included_attributes:, excluded_attributes:)
|
||||
@included_attributes = included_attributes || {}
|
||||
@excluded_attributes = excluded_attributes || {}
|
||||
|
|
Loading…
Reference in a new issue