From 484d548332e41de5a9a999c7a77caaa6ba12a85a Mon Sep 17 00:00:00 2001 From: David Roetzel Date: Mon, 22 Jan 2024 15:01:25 +0100 Subject: [PATCH] Satisfy rubocop --- app/controllers/page_controller.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/controllers/page_controller.rb b/app/controllers/page_controller.rb index a596db30..53a884cc 100644 --- a/app/controllers/page_controller.rb +++ b/app/controllers/page_controller.rb @@ -9,6 +9,5 @@ def index end end - def initial_setup - end + def initial_setup; end end