Remove useless assignment to variable
This commit is contained in:
parent
fc7b14a534
commit
d09f1a4443
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class JiraService < IssueTrackerService
|
|||
end
|
||||
|
||||
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 '\
|
||||
'[integration doc](http://doc.gitlab.com/ce/integration/external-issue-tracker.html) '\
|
||||
'for details.'
|
||||
|
|
Loading…
Reference in a new issue