From 3135bf133dc04c007d52f7227520613652dbdc79 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 17 Jan 2020 16:34:16 +0100 Subject: [PATCH] ServicegroupsController: Move function opening brace onto the next line --- application/controllers/ServicegroupsController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/controllers/ServicegroupsController.php b/application/controllers/ServicegroupsController.php index eebef2c1..47fc75fc 100644 --- a/application/controllers/ServicegroupsController.php +++ b/application/controllers/ServicegroupsController.php @@ -8,8 +8,8 @@ use Icinga\Module\Icingadb\Widget\ItemList\ServicegroupList; class ServicegroupsController extends Controller { - public function indexAction() { - + public function indexAction() + { $this->setTitle($this->translate('Service Groups')); $db = $this->getDb();