summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-08-15 15:53:16 -0400
committerRobert Speicher <rspeicher@gmail.com>2017-08-15 15:53:16 -0400
commit142b9ec4a0b3e5d5cbcbb2fc3b201755f0966b9f (patch)
tree85136c13dba03248287d550d20efedae2a0a210b /lib
parent4edfad96784e8f77ec8ead26f01b4012977ba58a (diff)
downloadgitlab-ce-142b9ec4a0b3e5d5cbcbb2fc3b201755f0966b9f.tar.gz
Fix two additional violations caused by previous changesrs-trailingwhitespace-cop
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/import_export/attributes_finder.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/attributes_finder.rb b/lib/gitlab/import_export/attributes_finder.rb
index c4fa91ef8d6..56042ddecbf 100644
--- a/lib/gitlab/import_export/attributes_finder.rb
+++ b/lib/gitlab/import_export/attributes_finder.rb
@@ -1,7 +1,6 @@
module Gitlab
module ImportExport
class AttributesFinder
-
def initialize(included_attributes:, excluded_attributes:, methods:)
@included_attributes = included_attributes || {}
@excluded_attributes = excluded_attributes || {}