From f4ff778a5cc905dfcc43e140f214bbfc7ff5c078 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Tue, 11 Apr 2017 16:55:13 +0200 Subject: [PATCH] Add a missing newline before the end of the controller Same spacing rules at the top and at the bottom of the file --- app/controllers/stats_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/stats_controller.rb b/app/controllers/stats_controller.rb index f13f725c5..04a1f303c 100644 --- a/app/controllers/stats_controller.rb +++ b/app/controllers/stats_controller.rb @@ -52,4 +52,5 @@ class StatsController < ApplicationController .map { |x, y| { x => (sum += y)} } .reduce({}, :merge) end + end