pull: fmt
Some checks failed
CI / build (push) Failing after 8m1s

This commit is contained in:
2026-01-11 22:19:46 +01:00
parent 91c812a530
commit bd10a37c2a

View File

@@ -352,7 +352,9 @@ pub async fn pull(
};
/* Fetch the package: either via git (preferred VCS) or the archive */
if let Some(ref url) = package_info.preferred_vcs && !force_archive {
if let Some(ref url) = package_info.preferred_vcs
&& !force_archive
{
// We have found a preferred VCS (git repository) for the package, so
// we fetch the package from that repo.