Skip to content

Commit

Permalink
fix: rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWaWaR authored and doitian committed Apr 10, 2019
1 parent 100ef23 commit 2dc0e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/src/protocols/mod.rs
Expand Up @@ -11,7 +11,7 @@ use crate::{
NetworkState, PeerIndex, ProtocolContext, ProtocolContextMutRef, ServiceControl, SessionInfo,
};
use bytes::Bytes;
use log::{trace, debug, error, info, warn};
use log::{debug, error, info, trace, warn};
use p2p::{
builder::MetaBuilder,
service::{ProtocolHandle, ProtocolMeta},
Expand Down

0 comments on commit 2dc0e35

Please sign in to comment.