forked from brl/citadel-tools
remove ;
This commit is contained in:
parent
fa3f63b5c7
commit
73acd43329
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user