mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-23 16:43:24 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
358e2cc447
commit
6e7c8bc5f8
14
src/types.rs
14
src/types.rs
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user