From f26d70caa9698fdcd1b9a0872b080e3b1c09b3f1 Mon Sep 17 00:00:00 2001 From: charlieablett Date: Tue, 30 Apr 2019 17:26:56 +1200 Subject: [PATCH] Add newline to AttributeCleaner --- lib/gitlab/import_export/attribute_cleaner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gitlab/import_export/attribute_cleaner.rb b/lib/gitlab/import_export/attribute_cleaner.rb index 76d0053996d..7f67f63f26b 100644 --- a/lib/gitlab/import_export/attribute_cleaner.rb +++ b/lib/gitlab/import_export/attribute_cleaner.rb @@ -41,4 +41,4 @@ module Gitlab end end end -end \ No newline at end of file +end -- GitLab