From 4e44cec249eafadc5b964499b4ad98364eb6411c Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Wed, 1 Apr 2026 13:45:19 +1100 Subject: [PATCH] Fix markdown lint --- .../src/fork_choice_test_definition/gloas_payload.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/consensus/proto_array/src/fork_choice_test_definition/gloas_payload.rs b/consensus/proto_array/src/fork_choice_test_definition/gloas_payload.rs index 5b82e1de8c..e3f81fb3ff 100644 --- a/consensus/proto_array/src/fork_choice_test_definition/gloas_payload.rs +++ b/consensus/proto_array/src/fork_choice_test_definition/gloas_payload.rs @@ -730,9 +730,9 @@ mod tests { /// /// Parameters: /// - `skip_first_gloas_slot`: if true, there is no block at the first Gloas slot (slot 32); - /// the first V29 block appears at slot 33. + /// the first V29 block appears at slot 33. /// - `first_gloas_block_full`: if true, the first V29 block extends the parent V17 node's - /// EL chain (Full parent payload status). If false, it doesn't (Empty). + /// EL chain (Full parent payload status). If false, it doesn't (Empty). fn get_gloas_fork_boundary_test_definition( skip_first_gloas_slot: bool, first_gloas_block_full: bool,