cargo fmt
This commit is contained in:
@@ -7,4 +7,4 @@ impl LimitPrecision for f32 {
|
||||
let factor = 10_f32.powi(precision);
|
||||
(self * factor).round() / factor
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user