From d64aa85b0464933bd2dc25a56c0569c6dad6af19 Mon Sep 17 00:00:00 2001 From: Faraz Samapoor Date: Mon, 5 Jun 2023 18:42:42 +0330 Subject: Applies agreed-upon indentation convention to the changed controllers. Based on https://github.com/nextcloud/server/pull/38636#discussion_r1218167753 Signed-off-by: Faraz Samapoor --- core/Controller/NavigationController.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'core/Controller/NavigationController.php') diff --git a/core/Controller/NavigationController.php b/core/Controller/NavigationController.php index 68a9bf98037..62c4dd98756 100644 --- a/core/Controller/NavigationController.php +++ b/core/Controller/NavigationController.php @@ -30,10 +30,12 @@ use OCP\IRequest; use OCP\IURLGenerator; class NavigationController extends OCSController { - public function __construct(string $appName, - IRequest $request, - private INavigationManager $navigationManager, - private IURLGenerator $urlGenerator) { + public function __construct( + string $appName, + IRequest $request, + private INavigationManager $navigationManager, + private IURLGenerator $urlGenerator, + ) { parent::__construct($appName, $request); } -- cgit v1.2.3