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/PreviewController.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'core/Controller/PreviewController.php') diff --git a/core/Controller/PreviewController.php b/core/Controller/PreviewController.php index d742af20e1d..38373e2d147 100644 --- a/core/Controller/PreviewController.php +++ b/core/Controller/PreviewController.php @@ -40,11 +40,13 @@ use OCP\IPreview; use OCP\IRequest; class PreviewController extends Controller { - public function __construct(string $appName, - IRequest $request, - private IPreview $preview, - private IRootFolder $root, - private ?string $userId) { + public function __construct( + string $appName, + IRequest $request, + private IPreview $preview, + private IRootFolder $root, + private ?string $userId, + ) { parent::__construct($appName, $request); } -- cgit v1.2.3