Format Rust code using rustfmt

This commit is contained in:
github-actions[bot] 2023-10-12 00:36:10 +00:00 committed by GitHub
parent 358e2cc447
commit 6e7c8bc5f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -607,17 +607,9 @@ impl VfsError {
#[derive(Debug, Serialize, Deserialize)]
pub enum KeyValueMessage {
New {
drive: String,
},
Write {
drive: String,
key: Vec<u8>,
},
Read {
drive: String,
key: Vec<u8>,
},
New { drive: String },
Write { drive: String, key: Vec<u8> },
Read { drive: String, key: Vec<u8> },
}
#[derive(Debug, Serialize, Deserialize)]