Fix formatting.

This commit is contained in:
pawanjay176 2019-05-28 18:39:18 +05:30
parent 9281f406b0
commit 4b06774381
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ impl<N: NodeIdT> Broadcast<N> {
let msg = Target::Node(id.clone()).message(can_decode_msg.clone());
step.messages.push(msg);
}
_ => ()
_ => (),
}
}
let our_id = &self.our_id().clone();