refactor: remove early return for non-empty output in Resolver
This commit is contained in:
@@ -464,10 +464,6 @@ impl<'a> Resolver<'a> {
|
||||
sort_label: "source:local-sibling".to_string(),
|
||||
});
|
||||
}
|
||||
|
||||
if !out.is_empty() {
|
||||
return Ok(out);
|
||||
}
|
||||
}
|
||||
|
||||
// Binary repos
|
||||
|
||||
Reference in New Issue
Block a user