style: formatting...
This commit is contained in:
parent
ba3e75c3fb
commit
d3469e7618
4 changed files with 13 additions and 13 deletions
|
@ -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>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue