From 3e3688358b97b49956c6b34f01c1a1d34ebee7f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergei=20Ts=C3=B5ganov?= Date: Thu, 25 Aug 2022 12:24:39 +0300 Subject: [PATCH] Fixed codeclimate issue --- app/controllers/repp/v1/stats_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/repp/v1/stats_controller.rb b/app/controllers/repp/v1/stats_controller.rb index f53c24a16..a8fa1d077 100644 --- a/app/controllers/repp/v1/stats_controller.rb +++ b/app/controllers/repp/v1/stats_controller.rb @@ -35,4 +35,4 @@ module Repp end end end -end \ No newline at end of file +end