Skip to content

Commit

Permalink
appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Dec 16, 2022
1 parent 3e6086b commit 4305c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/fixed_decimal/src/compact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl writeable::Writeable for CompactDecimal {
if self.exponent != 0 {
result += self.exponent.writeable_length_hint() + 1;
}
return result;
result
}
}

Expand Down

0 comments on commit 4305c73

Please sign in to comment.