Fix rubocop[ci skip]

This commit is contained in:
Valery Sizov 2016-12-09 17:25:42 +02:00
parent 858ec60482
commit cc30a9f7ed
1 changed files with 4 additions and 4 deletions

View File

@ -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