From 7e7a442129e4948de8b2fcd40f0e70bc0fd519f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E7=99=BB=E5=B1=B1?= Date: Sun, 23 Aug 2026 12:34:48 +0800 Subject: [PATCH] style: restore rebalance formatting --- crates/ecstore/src/store/rebalance/support.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ecstore/src/store/rebalance/support.rs b/crates/ecstore/src/store/rebalance/support.rs index 3a3ff6c42..434f9c29d 100644 --- a/crates/ecstore/src/store/rebalance/support.rs +++ b/crates/ecstore/src/store/rebalance/support.rs @@ -273,7 +273,6 @@ pub(super) fn resolve_latest_object_info_candidates( latest_candidates.sort_by_key(|candidate| std::cmp::Reverse(candidate.idx)); - let Some(winner) = latest_candidates.first() else { return Err(Error::ErasureReadQuorum); };