From d5b7f50ff3955cb671cadc126ec39ea9ad9c952b Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Sat, 2 Nov 2024 15:24:31 +0100 Subject: [PATCH] style(lint): remove whitespace character on empty line Signed-off-by: Andy Scherzinger --- lib/Command/GroupAdminsToLdap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Command/GroupAdminsToLdap.php b/lib/Command/GroupAdminsToLdap.php index b233421d..00b3b4db 100644 --- a/lib/Command/GroupAdminsToLdap.php +++ b/lib/Command/GroupAdminsToLdap.php @@ -5,7 +5,7 @@ * SPDX-FileCopyrightText: 2019 Cooperativa EITA * SPDX-License-Identifier: AGPL-3.0-or-later */ - + namespace OCA\LdapWriteSupport\Command; use Exception;