fmt
This commit is contained in:
parent
760f91f895
commit
52c6ef77fd
1 changed files with 1 additions and 3 deletions
|
|
@ -116,9 +116,7 @@ impl AddAssign<u64> for Space {
|
|||
if let Self::Used(lhs) = self {
|
||||
match lhs.checked_add(rhs) {
|
||||
Some(sum) => *self = Self::Used(sum),
|
||||
None => {
|
||||
*self = Self::Overflow;
|
||||
},
|
||||
None => *self = Self::Overflow,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue