forked from Deuxfleurs/garage
formatting
This commit is contained in:
parent
b568bb863d
commit
6ca99fd02c
1 changed files with 3 additions and 3 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,9 +852,9 @@ 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