Add a missing newline before the end of the controller

Same spacing rules at the top and at the bottom
of the file
This commit is contained in:
gregoirenovel 2017-04-11 16:55:13 +02:00
parent 913735554c
commit f4ff778a5c

View file

@ -52,4 +52,5 @@ class StatsController < ApplicationController
.map { |x, y| { x => (sum += y)} }
.reduce({}, :merge)
end
end