Skip to content

Commit bd92b28

Browse files
committed
chore: fix format
1 parent adf4592 commit bd92b28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/ream/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2473,13 +2473,13 @@ mod tests {
24732473
.await
24742474
{
24752475
Ok(peer_counts) => peer_counts,
2476-
Err(peer_counts) => {
2476+
Err(err) => {
24772477
shutdown_beacon_test_node(&node_4_executor_handle, node_4_handle).await;
24782478
shutdown_beacon_test_node(&node_3_executor_handle, node_3_handle).await;
24792479
shutdown_beacon_test_node(&node_2_executor_handle, node_2_handle).await;
24802480
shutdown_beacon_test_node(&node_1_executor_handle, node_1_handle).await;
24812481
mock_execution_server.stop().await;
2482-
panic!("Timed out waiting for beacon nodes to connect: {peer_counts:?}");
2482+
panic!("Timed out waiting for beacon nodes to connect: {err:?}");
24832483
}
24842484
};
24852485

0 commit comments

Comments
 (0)