refactor: remove early return for non-empty output in Resolver

This commit is contained in:
2026-03-16 23:07:22 -05:00
parent 2bc9e7a525
commit 7f0f7d8c6f
-4
View File
@@ -464,10 +464,6 @@ impl<'a> Resolver<'a> {
sort_label: "source:local-sibling".to_string(),
});
}
if !out.is_empty() {
return Ok(out);
}
}
// Binary repos