Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed May 17, 2024
1 parent 78291e1 commit 8bc15f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finality-aleph/src/testing/mocks/client.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use std::sync::Arc;

use fake_runtime_api::fake_runtime;
use primitives::{BlockHash, BlockNumber};
use sp_blockchain::HeaderBackend;
use substrate_test_client::{client, sc_client_db, sc_executor};
use substrate_test_runtime_client::{GenesisParameters, LocalExecutorDispatch};
use fake_runtime_api::fake_runtime;

use crate::{
block::HeaderBackend as AlephHeaderBackend,
Expand Down

0 comments on commit 8bc15f7

Please sign in to comment.