Skip to content

Commit 54da6c8

Browse files
committed
Cargo fmt
1 parent e9a8103 commit 54da6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotters/src/coord/ranged1d/types/numeric.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ macro_rules! gen_key_points_comp {
118118
}
119119

120120
let mut scale = (10f64).powf((range.1 - range.0).log(10.0).floor());
121-
// The value granularity controls how we round the values.
121+
// The value granularity controls how we round the values.
122122
let mut value_granularity = scale / 10.0;
123123
fn rem_euclid(a: f64, b: f64) -> f64 {
124124
if b > 0.0 {

0 commit comments

Comments
 (0)