Commit 734913ca2d652912939e2c58ffd8086c4979e8dc
1 parent
463c5a9b
Exists in
master
rubocop conformity
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/issue.rb
| @@ -34,7 +34,7 @@ class Issue | @@ -34,7 +34,7 @@ class Issue | ||
| 34 | return false if errors.present? | 34 | return false if errors.present? |
| 35 | 35 | ||
| 36 | if issue_tracker.respond_to? :close_issue | 36 | if issue_tracker.respond_to? :close_issue |
| 37 | - url = issue_tracker.close_issue(problem.issue_link, user: user.as_document) | 37 | + issue_tracker.close_issue(problem.issue_link, user: user.as_document) |
| 38 | end | 38 | end |
| 39 | 39 | ||
| 40 | errors.empty? | 40 | errors.empty? |