From 84cc4899d78d745cb4c2e82c079b7f4541feeb41 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 27 Jun 2024 16:57:11 +0300 Subject: [PATCH] add missed line separator --- src/Entity/App.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Entity/App.php b/src/Entity/App.php index a9e48d4b..652107db 100644 --- a/src/Entity/App.php +++ b/src/Entity/App.php @@ -15,7 +15,8 @@ class App public \GtkHeaderBar $header; public \GtkNotebook $tabs; - public function __construct() { + public function __construct() + { // Init config $this->config = new \Yggverse\Yoda\Model\Config;