cargo fmt

This commit is contained in:
Greg Fitzgerald 2018-07-11 11:24:49 -06:00 committed by Greg Fitzgerald
parent 468ac9facd
commit 2710ff271e
1 changed files with 2 additions and 2 deletions

View File

@ -1179,8 +1179,8 @@ impl TestNode {
#[cfg(test)]
mod tests {
use crdt::{
parse_port_or_addr, Crdt, CrdtError, NodeInfo, GOSSIP_PURGE_MILLIS,
GOSSIP_SLEEP_MILLIS, MIN_TABLE_SIZE,
parse_port_or_addr, Crdt, CrdtError, NodeInfo, GOSSIP_PURGE_MILLIS, GOSSIP_SLEEP_MILLIS,
MIN_TABLE_SIZE,
};
use hash::Hash;
use logger;