This commit is contained in:
Bruce Leidl 2021-10-04 06:19:38 -04:00
parent fa3f63b5c7
commit 73acd43329

View File

@ -161,7 +161,7 @@ impl <'a> RealmFSInfoRender <'a> {
let free = r.free_size_blocks()?;
let allocated = r.allocated_size_blocks()?;
Ok((free,allocated))
};
}
let r = self.realmfs;