Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-01-07 15:37:59 +0300
committerDouwe Maan <douwe@gitlab.com>2016-01-07 15:37:59 +0300
commit706d7eb0b7a1d54604a11e1202e44069c6acccee (patch)
tree52d998e43ffbb54971814dd12866a677ea3ed597 /lib/gitlab/fogbugz_import
parent1886d727f738895bb552151d59d4024f405522e2 (diff)
Satisfy Rubocp
Diffstat (limited to 'lib/gitlab/fogbugz_import')
-rw-r--r--lib/gitlab/fogbugz_import/importer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/fogbugz_import/importer.rb b/lib/gitlab/fogbugz_import/importer.rb
index d5f755f90e5..0e6bee732f1 100644
--- a/lib/gitlab/fogbugz_import/importer.rb
+++ b/lib/gitlab/fogbugz_import/importer.rb
@@ -232,7 +232,7 @@ module Gitlab
return nil if res.nil?
- text = res['markdown']
+ res['markdown']
end
def build_attachment_url(rel_url)