diff options
author | James Lopez <james@jameslopez.es> | 2016-03-22 18:14:13 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-03-22 18:14:13 +0100 |
commit | 46346caf5ba5af7ad9af6913e479f301a3ff2d2d (patch) | |
tree | fec0090a172dd42c7fecbf0abdbf105bdda0c2cc /lib | |
parent | c136edbbe343cbb54f135928db5d901c1cb65c4f (diff) | |
download | gitlab-ce-46346caf5ba5af7ad9af6913e479f301a3ff2d2d.tar.gz |
fix rubocop warning
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/bitbucket_import/importer_init.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/bitbucket_import/importer_init.rb b/lib/gitlab/bitbucket_import/importer_init.rb index 6d81811d36b..08b710003e4 100644 --- a/lib/gitlab/bitbucket_import/importer_init.rb +++ b/lib/gitlab/bitbucket_import/importer_init.rb @@ -23,5 +23,3 @@ module Gitlab end end end - - |