From 7e7eb844a7212b3294944e9de4a22e49cbef4b4d Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Thu, 17 Jul 2025 12:26:30 +0800 Subject: [PATCH] cs-fix --- src/SPC/command/DownloadCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/command/DownloadCommand.php b/src/SPC/command/DownloadCommand.php index 27360bb9..f77c80f9 100644 --- a/src/SPC/command/DownloadCommand.php +++ b/src/SPC/command/DownloadCommand.php @@ -252,7 +252,7 @@ class DownloadCommand extends BaseCommand } elseif ($alt_sources === false) { logger()->warning("No alternative sources found for {$source}, skipping alternative download"); throw $e; - } else{ + } else { logger()->notice("Trying to download alternative sources for {$source}"); $alt_config = array_merge($config, $alt_sources); }