Commit 065fa720 authored by Felipe Artur's avatar Felipe Artur

Remove useless return burndown.rb

parent 163a87a7
......@@ -54,7 +54,7 @@ class Burndown
closed = issues_with_closed_at.select { |issue| issue.closed_at.to_date == current_date }
reopened = closed.select { |issue| issue.state == 'reopened' }
return closed, reopened
[closed, reopened]
end
def issues_with_closed_at
......
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