Skip to content

Commit 7e7eb84

Browse files
committed
cs-fix
1 parent e56c628 commit 7e7eb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/command/DownloadCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public function handle(): int
252252
} elseif ($alt_sources === false) {
253253
logger()->warning("No alternative sources found for {$source}, skipping alternative download");
254254
throw $e;
255-
} else{
255+
} else {
256256
logger()->notice("Trying to download alternative sources for {$source}");
257257
$alt_config = array_merge($config, $alt_sources);
258258
}

0 commit comments

Comments
 (0)