Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
NunoAlexandre committed May 30, 2023
1 parent 808450a commit 8126e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/types/src/fixed_point.rs
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ impl sp_std::fmt::Debug for Rate {
} else {
""
};
format!("{}{}", signum_for_zero, int)
format!("{signum_for_zero}{int}")
};
let precision = (Self::accuracy() as f64).log10() as usize;
let fractional = format!(
Expand Down

0 comments on commit 8126e4d

Please sign in to comment.