Skip to content

Commit 175368c

Browse files
committed
fmt
1 parent 85d6773 commit 175368c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/tasks/block/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
//! block holds the tasks responsible for block environment configuration,
1+
//! block holds the tasks responsible for block environment configuration,
22
//! preparation, and simulation.
33
44
/// Block simulation task for building blocks.
55
pub mod sim;
66

77
/// Block environment configuration for the builder.
8-
pub mod cfg;
8+
pub mod cfg;

src/test_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//! Test utilities for testing builder tasks
22
use crate::{
33
config::BuilderConfig,
4-
tasks::block::cfg::PecorinoBlockEnv,
54
constants::{PECORINO_CHAIN_ID, PECORINO_HOST_CHAIN_ID},
5+
tasks::block::cfg::PecorinoBlockEnv,
66
};
77
use alloy::{
88
consensus::{SignableTransaction, TxEip1559, TxEnvelope},

0 commit comments

Comments
 (0)