forked from Deuxfleurs/garage
Formatting with
This commit is contained in:
parent
6ca99fd02c
commit
6689800986
1 changed files with 2 additions and 2 deletions
|
@ -843,7 +843,7 @@ impl NodeStatus {
|
|||
match mount_avail(&dir.path) {
|
||||
Some((fsid, avail, total)) => {
|
||||
mounts.insert(fsid, (avail, total));
|
||||
},
|
||||
}
|
||||
None => return None,
|
||||
}
|
||||
|
||||
|
@ -852,7 +852,7 @@ impl NodeStatus {
|
|||
Some(fsid) => match mount_avail(&dir.path) {
|
||||
Some((_, avail, total)) => {
|
||||
mounts.insert(fsid, (avail, total));
|
||||
},
|
||||
}
|
||||
None => return None,
|
||||
},
|
||||
None => return None,
|
||||
|
|
Loading…
Reference in a new issue