Cargo fmt

This commit is contained in:
Alex 2021-04-05 20:35:26 +02:00
parent f11bd80d2a
commit fa11cb746a
No known key found for this signature in database
GPG key ID: EDABF9711E244EB1

View file

@ -669,7 +669,9 @@ impl System {
} }
if list.len() > 0 { if list.len() > 0 {
self.persist_status.save_async(&list).await self.persist_status
.save_async(&list)
.await
.expect("Unable to persist peer list"); .expect("Unable to persist peer list");
} }
} }