- fix: fmt issues

This commit is contained in:
Dmitry Zarva
2026-04-17 16:20:16 +00:00
parent 4e59e52454
commit fa3566a9cb
2 changed files with 8 additions and 3 deletions

View File

@@ -440,7 +440,7 @@ async fn run_update_cycle(
match download_proxy_secret_with_max_len_via_upstream(
cfg.general.proxy_secret_len_max,
upstream,
cfg.general.proxy_secret_url.as_deref()
cfg.general.proxy_secret_url.as_deref(),
)
.await
{