Skip to content

Commit 1179dd9

Browse files
authored
Merge pull request #204 from IONOS-Productivity/copilot/sub-pr-199-another-one
Remove trailing whitespace from Status.php
2 parents 6fdc510 + 4d9d493 commit 1179dd9

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
@@ -76,7 +76,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
7676

7777
if ($input->getOption('verbose') || !$input->getOption('exit-code')) {
7878
$this->writeArrayInOutputFormat($input, $output, $values);
79-
79+
8080
// Add friendly status messages
8181
if (!$installed) {
8282
$output->writeln('<comment>Nextcloud is not installed yet</comment>');

0 commit comments

Comments
 (0)