forked from Deuxfleurs/garage
Cargo fmt
This commit is contained in:
parent
f11bd80d2a
commit
fa11cb746a
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue