Minor formatting updates
This commit is contained in:
parent
d5aa2c6b61
commit
954844f6b3
@ -51,6 +51,6 @@ fn main() {
|
||||
Err(err) => {
|
||||
eprintln!("{}", err);
|
||||
abort()
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,7 +5,7 @@ use std::collections::HashMap;
|
||||
#[derive(Debug, Default)]
|
||||
/// A key/value store
|
||||
pub struct KvStore {
|
||||
store: HashMap<String, String>
|
||||
store: HashMap<String, String>,
|
||||
}
|
||||
|
||||
impl KvStore {
|
||||
|
Loading…
Reference in New Issue
Block a user