diff --git a/lib/gitlab/bitbucket_import/importer.rb b/lib/gitlab/bitbucket_import/importer.rb
index 8852f5b0f3f272b086f38f2e7af588972e7cb76c..e00a90da980dd81459165b22c78b5678fafac072 100644
--- a/lib/gitlab/bitbucket_import/importer.rb
+++ b/lib/gitlab/bitbucket_import/importer.rb
@@ -1,10 +1,10 @@
 module Gitlab
   module BitbucketImport
     class Importer
-      LABELS = [{ title: 'bug', color: '#FF0000'},
-                { title: 'enhancement', color: '#428BCA'},
-                { title: 'proposal', color: '#69D100'},
-                { title: 'task', color: '#7F8C8D'}].freeze
+      LABELS = [{ title: 'bug', color: '#FF0000' },
+                { title: 'enhancement', color: '#428BCA' },
+                { title: 'proposal', color: '#69D100' },
+                { title: 'task', color: '#7F8C8D' }].freeze
 
       attr_reader :project, :client