Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenfoncken committed Apr 30, 2024
1 parent 3a232ec commit 76ef4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/DeleteArchivedPlaylistsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
}
$section->clear();

for ($i=10; $i >= 0; $i--) {
for ($i = 10; $i >= 0; $i--) {
$io->write('<fg=red>Countdown: ' . $i . '</>');
sleep(1);
$section->clear();
Expand Down

0 comments on commit 76ef4d0

Please sign in to comment.