aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJosh <josh.t.richards@gmail.com>2024-05-18 10:50:38 -0400
committerGitHub <noreply@github.com>2024-05-18 10:50:38 -0400
commit2ccde6f231473690c5f8e336405944857aaf1af9 (patch)
treef362686f64d26a51f793b13d5c891275567b3611 /core
parent59dc6b49cd039f85dc77b1701c6db76d008e7fb3 (diff)
downloadnextcloud-server-2ccde6f231473690c5f8e336405944857aaf1af9.tar.gz
nextcloud-server-2ccde6f231473690c5f8e336405944857aaf1af9.zip
fix(db): cs-fix spacing
Signed-off-by: Josh <josh.t.richards@gmail.com>
Diffstat (limited to 'core')
-rw-r--r--core/Command/Db/ConvertType.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Db/ConvertType.php b/core/Command/Db/ConvertType.php
index 176c321c151..4d95ee50c4e 100644
--- a/core/Command/Db/ConvertType.php
+++ b/core/Command/Db/ConvertType.php
@@ -179,7 +179,7 @@ class ConvertType extends Command implements CompletionAwareInterface {
protected function execute(InputInterface $input, OutputInterface $output): int {
// WARNING:
// Leave in place until #45257 is addressed to prevent data loss (hopefully in time for the next maintenance release)
- //
+ //
throw new \InvalidArgumentException(
'This command is temporarily disabled (until the next maintenance release).'
);