ServicegroupsController: Move function opening brace onto the next line

This commit is contained in:
Johannes Meyer 2020-01-17 16:34:16 +01:00
parent 9f20fd2d1d
commit 3135bf133d

View file

@ -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();