Skip to content

Commit

Permalink
operations: fix lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Sardan <alexandru@casperlabs.io>
  • Loading branch information
Alexandru Sardan committed Oct 30, 2023
1 parent 3b78e63 commit 0b3c054
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions node/src/components/contract_runtime/operations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,10 @@ use casper_types::{
};

use crate::{
components::{
contract_runtime::{
error::BlockExecutionError, types::StepEffectsAndUpcomingEraValidators,
BlockAndExecutionResults, ExecutionPreState, Metrics, PackageKindTag,
SpeculativeExecutionState, APPROVALS_CHECKSUM_NAME, EXECUTION_RESULTS_CHECKSUM_NAME,
},
fetcher::FetchItem,
components::contract_runtime::{
error::BlockExecutionError, types::StepEffectsAndUpcomingEraValidators,
BlockAndExecutionResults, ExecutionPreState, Metrics, PackageKindTag,
SpeculativeExecutionState, APPROVALS_CHECKSUM_NAME, EXECUTION_RESULTS_CHECKSUM_NAME,
},
types::{self, ApprovalsHashes, Chunkable, ExecutableBlock, InternalEraReport},
utils::fetch_id,
Expand Down

0 comments on commit 0b3c054

Please sign in to comment.