Skip to content

Commit f302a1c

Browse files
prestwichdylanlott
authored andcommitted
lint: fmt
1 parent 188da29 commit f302a1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/tasks/block.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ use alloy::{
99
providers::Provider as _,
1010
rlp::Buf,
1111
};
12+
use signet_bundle::SignetEthBundle;
13+
use signet_zenith::{Alloy2718Coder, encode_txns};
1214
use std::time::{SystemTime, UNIX_EPOCH};
1315
use std::{sync::OnceLock, time::Duration};
1416
use tokio::{sync::mpsc, task::JoinHandle};
1517
use tracing::{Instrument, debug, error, info, trace};
16-
use signet_zenith::{Alloy2718Coder, encode_txns};
17-
use signet_bundle::SignetEthBundle;
1818

1919
/// Ethereum's slot time in seconds.
2020
pub const ETHEREUM_SLOT_TIME: u64 = 12;

src/tasks/bundler.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ use crate::tasks::oauth::Authenticator;
44
use oauth2::TokenResponse;
55
use reqwest::Url;
66
use serde::{Deserialize, Serialize};
7+
use signet_bundle::SignetEthBundle;
78
use tokio::sync::mpsc::{UnboundedReceiver, unbounded_channel};
89
use tokio::task::JoinHandle;
9-
use signet_bundle::SignetEthBundle;
1010

1111
/// Holds a bundle from the cache with a unique ID and a Zenith bundle.
1212
#[derive(Debug, Clone, Serialize, Deserialize)]

0 commit comments

Comments
 (0)