Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Jun 4, 2024
1 parent 43544cd commit 94282a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequencer/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use crate::{
api::data_source::CatchupDataSource, catchup::SqlStateCatchup, chain_config::BlockSize,
eth_signature_key::EthKeyPair, ChainConfig, Header, Leaf, NodeState, SeqTypes,
};
use anyhow::{anyhow, bail, ensure, Context};
use anyhow::{bail, ensure, Context};
use ark_serialize::{
CanonicalDeserialize, CanonicalSerialize, Compress, Read, SerializationError, Valid, Validate,
};
Expand Down

0 comments on commit 94282a7

Please sign in to comment.