Commit d09f1a44 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Remove useless assignment to variable

parent fc7b14a5
...@@ -40,7 +40,7 @@ class JiraService < IssueTrackerService ...@@ -40,7 +40,7 @@ class JiraService < IssueTrackerService
end end
def help def help
line1 = 'Setting `project_url`, `issues_url` and `new_issue_url` will '\ 'Setting `project_url`, `issues_url` and `new_issue_url` will '\
'allow a user to easily navigate to the Jira issue tracker. See the '\ 'allow a user to easily navigate to the Jira issue tracker. See the '\
'[integration doc](http://doc.gitlab.com/ce/integration/external-issue-tracker.html) '\ '[integration doc](http://doc.gitlab.com/ce/integration/external-issue-tracker.html) '\
'for details.' 'for details.'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment