Skip to content

Commit 68b42ac

Browse files
authored
Merge pull request #202 from IONOS-Productivity/copilot/sub-pr-199
Remove trailing whitespace from Status.php blank line
2 parents c470019 + c61e619 commit 68b42ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/Command/Status.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
4343
$maintenanceMode = $this->config->getSystemValueBool('maintenance', false);
4444
$needUpgrade = Util::needUpgrade();
4545
$installed = $this->config->getSystemValueBool('installed', false);
46-
46+
4747
// Test database connection if Nextcloud is installed
4848
$databaseStatus = 'not_configured';
4949
$databaseError = null;

0 commit comments

Comments
 (0)