Cargo fmt
This commit is contained in:
parent
64b91c2645
commit
2e53e31cdd
@ -669,7 +669,9 @@ impl System {
|
||||
}
|
||||
|
||||
if list.len() > 0 {
|
||||
self.persist_status.save_async(&list).await
|
||||
self.persist_status
|
||||
.save_async(&list)
|
||||
.await
|
||||
.expect("Unable to persist peer list");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user