style: formatting...

This commit is contained in:
Strix 2023-10-14 22:39:41 +02:00
parent ba3e75c3fb
commit d3469e7618
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
4 changed files with 13 additions and 13 deletions

View file

@ -5,5 +5,5 @@ use serde::{Deserialize, Serialize};
#[derive(Serialize, Deserialize)]
pub struct Bin {
pub root: String,
pub checksums: HashMap<String, String>
}
pub checksums: HashMap<String, String>,
}