review fixes

This commit is contained in:
Marin Postma 2021-04-19 09:47:43 +02:00
parent c78f351300
commit 51829ad85e
No known key found for this signature in database
GPG key ID: D5241F0C0C865F30
4 changed files with 14 additions and 23 deletions

View file

@ -37,7 +37,6 @@ pub struct UpdateStoreInfo {
pub size: u64,
/// Uuid of the currently processing update if it exists
pub processing: Option<Uuid>,
}
#[async_trait::async_trait]