Skip to content

Commit 4744b02

Browse files
committed
style: Fixed style from composer cs:fix
Signed-off-by: Adam Blakey <adam@blakey.family>
1 parent aa09af8 commit 4744b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/Command/App/ListApps.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
101101
sort($enabledApps);
102102
foreach ($enabledApps as $app) {
103103
$apps['enabled'][$app] = $versions[$app] ?? true;
104-
}
104+
}
105105
}
106106

107107
if ($showDisabledApps) {
@@ -134,7 +134,7 @@ protected function writeAppList(InputInterface $input, OutputInterface $output,
134134
$output->writeln('Disabled:');
135135
parent::writeArrayInOutputFormat($input, $output, $items['disabled']);
136136
}
137-
break;
137+
break;
138138

139139
default:
140140
parent::writeArrayInOutputFormat($input, $output, $items);

0 commit comments

Comments
 (0)