Fix rubocop[ci skip]
This commit is contained in:
parent
858ec60482
commit
cc30a9f7ed
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue