format code

This commit is contained in:
Simon Vieille 2025-04-13 15:23:43 +02:00
commit 6c4f9120ff
Signed by: deblan
GPG key ID: 579388D585F70417
11 changed files with 23 additions and 18 deletions

View file

@ -42,7 +42,7 @@ class NavController extends Controller
protected AppRepository $appRepository,
protected CategoryRepository $categoryRepository,
protected URLGenerator $router,
protected IFactory $l10nFactory
protected IFactory $l10nFactory,
) {
parent::__construct($appName, $request);
}