Skip to content

Commit

Permalink
fix(egui-extras): fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
spmadden committed Jul 27, 2024
1 parent 0ab8123 commit 6d4065f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/egui_extras/src/logplot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ impl Axis {
ScaleMode::Log10 => {
let orig = self.log_unscale(v);
// let scaled = orig.log10();
format!("{}", orig)
format!("{orig}")
}
ScaleMode::DBScale => {
let orig = self.db_unscale(v);
Expand Down

0 comments on commit 6d4065f

Please sign in to comment.