Browse Source

style: Fixed style from composer cs:fix

Signed-off-by: Adam Blakey <adam@blakey.family>
Adam Blakey 2 tháng trước cách đây
mục cha
commit
4744b02c40
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      core/Command/App/ListApps.php

+ 2 - 2
core/Command/App/ListApps.php

@@ -101,7 +101,7 @@ class ListApps extends Base {
 			sort($enabledApps);
 			foreach ($enabledApps as $app) {
 				$apps['enabled'][$app] = $versions[$app] ?? true;
-			}	
+			}
 		}
 
 		if ($showDisabledApps) {
@@ -134,7 +134,7 @@ class ListApps extends Base {
 					$output->writeln('Disabled:');
 					parent::writeArrayInOutputFormat($input, $output, $items['disabled']);
 				}
-			  break;
+				break;
 
 			default:
 				parent::writeArrayInOutputFormat($input, $output, $items);