Skip to content

Commit 464ea54

Browse files
committed
cargo fmt --all -- --config imports_granularity=Crate
1 parent e8b856d commit 464ea54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ethcore/sync/src/chain/propagator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use crate::{
2727
use bytes::Bytes;
2828
use ethereum_types::{H256, H512};
2929
use fastmap::H256FastSet;
30-
use network::{client_version::ClientCapabilities, Error, ErrorKind, PeerId};
30+
use network::{Error, ErrorKind, PeerId, client_version::ClientCapabilities};
3131
use rand::RngCore;
3232
use rlp::RlpStream;
3333

0 commit comments

Comments
 (0)