Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
azurwastaken committed Sep 27, 2024
1 parent 5ade84c commit 8f7908a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion crates/client/block_import/src/tests/block_import_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ use mp_state_update::StateDiff;
use starknet_core::types::Felt;

use crate::{
BlockValidationContext, PreValidatedBlock, PreValidatedPendingBlock, UnverifiedCommitments, UnverifiedFullBlock, UnverifiedHeader, ValidatedCommitments
BlockValidationContext, PreValidatedBlock, PreValidatedPendingBlock, UnverifiedCommitments, UnverifiedFullBlock,
UnverifiedHeader, ValidatedCommitments,
};
use starknet_api::{core::ChainId, felt};

Expand Down
2 changes: 1 addition & 1 deletion crates/client/sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ httpmock = { workspace = true }
tempfile = { workspace = true }
rstest = { workspace = true }
mc-db = { workspace = true, features = ["testing"] }
mc-block-import = { workspace = true , features = ["testing"]}
mc-block-import = { workspace = true, features = ["testing"] }
2 changes: 1 addition & 1 deletion crates/client/sync/src/l2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ mod tests {

/// Test the `l2_verify_and_apply_task` function.
///
///
///
/// This test verifies the behavior of the `l2_verify_and_apply_task` by simulating
/// a block verification and application process.
///
Expand Down

0 comments on commit 8f7908a

Please sign in to comment.