mirror of
https://github.com/qwjyh/xdbm
synced 2025-07-12 17:49:19 +09:00
fmt
This commit is contained in:
parent
b9bb207f35
commit
6e1619aa18
4 changed files with 4 additions and 8 deletions
|
@ -180,9 +180,7 @@ mod test {
|
|||
local_infos,
|
||||
);
|
||||
let mut storages = Storages::new();
|
||||
storages
|
||||
.add(storages::Storage::Physical(physical))
|
||||
.unwrap();
|
||||
storages.add(storages::Storage::Physical(physical)).unwrap();
|
||||
storages.add(Storage::SubDirectory(directory)).unwrap();
|
||||
// assert_eq!(directory.name(), "test_name");
|
||||
assert_eq!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue