Skip to content

Commit

Permalink
style: Fixed style from composer cs:fix
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Blakey <[email protected]>
  • Loading branch information
adam-blakey committed Mar 18, 2024
1 parent aa09af8 commit 4744b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Command/App/ListApps.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
sort($enabledApps);
foreach ($enabledApps as $app) {
$apps['enabled'][$app] = $versions[$app] ?? true;
}
}
}

if ($showDisabledApps) {
Expand Down Expand Up @@ -134,7 +134,7 @@ protected function writeAppList(InputInterface $input, OutputInterface $output,
$output->writeln('Disabled:');
parent::writeArrayInOutputFormat($input, $output, $items['disabled']);
}
break;
break;

default:
parent::writeArrayInOutputFormat($input, $output, $items);
Expand Down

0 comments on commit 4744b02

Please sign in to comment.