add missed line separator

This commit is contained in:
yggverse 2024-06-27 16:57:11 +03:00
parent 27a8f71b27
commit 84cc4899d7

View file

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