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:
parent
913735554c
commit
f4ff778a5c
1 changed files with 1 additions and 0 deletions
|
@ -52,4 +52,5 @@ class StatsController < ApplicationController
|
||||||
.map { |x, y| { x => (sum += y)} }
|
.map { |x, y| { x => (sum += y)} }
|
||||||
.reduce({}, :merge)
|
.reduce({}, :merge)
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue