Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Apr 30, 2024
1 parent e6cf7a7 commit 27f5bc3
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 @@ -30,7 +30,7 @@ impl CompactDecimal {
pub fn from_significand_and_exponent(significand: FixedDecimal, exponent: u8) -> Self {
Self {
significand,
exponent: exponent.into(),
exponent,
}
}

Expand Down

0 comments on commit 27f5bc3

Please sign in to comment.