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
1 changed files with 0 additions and 1 deletions

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