mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-23 12:49:04 +00:00
style: restore rebalance formatting
This commit is contained in:
@@ -273,7 +273,6 @@ pub(super) fn resolve_latest_object_info_candidates(
|
|||||||
|
|
||||||
latest_candidates.sort_by_key(|candidate| std::cmp::Reverse(candidate.idx));
|
latest_candidates.sort_by_key(|candidate| std::cmp::Reverse(candidate.idx));
|
||||||
|
|
||||||
|
|
||||||
let Some(winner) = latest_candidates.first() else {
|
let Some(winner) = latest_candidates.first() else {
|
||||||
return Err(Error::ErasureReadQuorum);
|
return Err(Error::ErasureReadQuorum);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user