Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
azurwastaken committed Sep 17, 2024
1 parent a8d316c commit b99a918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/client/eth/src/l1_messaging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ fn get_l1_to_l2_msg_hash(event: &LogMessageToL2) -> anyhow::Result<FixedBytes<32
#[cfg(test)]
mod l1_messaging_tests {

use std::{env, path::PathBuf, sync::Arc, time::Duration};
use std::{sync::Arc, time::Duration};

use super::Felt;
use crate::{
Expand Down

0 comments on commit b99a918

Please sign in to comment.