Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
".git/.scripts/fmt.sh"
  • Loading branch information
command-bot committed Dec 20, 2022
commit a6b5c7860281afbc2d9665f51ea15d4d65c4b2ec
4 changes: 1 addition & 3 deletions client/service/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ use sp_consensus::block_validation::{
};
use sp_core::traits::{CodeExecutor, SpawnNamed};
use sp_keystore::{CryptoStore, SyncCryptoStore, SyncCryptoStorePtr};
use sp_runtime::{
traits::{Block as BlockT, BlockIdTo, NumberFor, Zero},
};
use sp_runtime::traits::{Block as BlockT, BlockIdTo, NumberFor, Zero};
use std::{str::FromStr, sync::Arc, time::SystemTime};

/// Full client type.
Expand Down