From 9c825cf2e1ca56eadac9a6f609e4157764c8733d Mon Sep 17 00:00:00 2001 From: Eitan Seri- Levi Date: Sat, 4 Apr 2026 01:19:02 -0700 Subject: [PATCH] Fmt --- beacon_node/beacon_chain/tests/store_tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beacon_node/beacon_chain/tests/store_tests.rs b/beacon_node/beacon_chain/tests/store_tests.rs index d5f1705ffe..b98a3f4cff 100644 --- a/beacon_node/beacon_chain/tests/store_tests.rs +++ b/beacon_node/beacon_chain/tests/store_tests.rs @@ -5466,12 +5466,12 @@ fn check_finalization(harness: &TestHarness, expected_slot: u64) { } // Verify that post-gloas checkpoint sync accepts a non-epoch aligned state and builds -// the chain. +// the chain. // // Since post-gloas checkpoint sync states are always the post block state, if the epoch boundary // slot is skipped, we'll receive a checkpoint state that is not epoch aligned. // -// Example: slot `n` is the epoch boundary slot and is skipped. We'll receive the post block state for +// Example: slot `n` is the epoch boundary slot and is skipped. We'll receive the post block state for // slot `n - 1`. This is the state before the payload for slot `n - 1` was processed. #[tokio::test] async fn weak_subjectivity_sync_gloas_pending_non_aligned() {