cargo fmt

This commit is contained in:
Alex 2021-04-05 20:42:57 +02:00
parent c5d8dc7d6d
commit 7fd1f9a869
No known key found for this signature in database
GPG key ID: EDABF9711E244EB1

View file

@ -652,7 +652,6 @@ impl System {
async fn update_status(self: &Arc<Self>, updaters: &Updaters, status: Status) {
if status.hash != self.status.borrow().hash {
let mut list = status.to_serializable_membership(&self);
// Combine with old peer list to make sure no peer is lost