mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-31 17:28:13 +00:00
Cargo fmt
This commit is contained in:
@@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user