cargo fmt

This commit is contained in:
2025-05-07 00:01:23 +02:00
parent 26da6b39cc
commit bfc3fbc6e1
7 changed files with 63 additions and 94 deletions

View File

@@ -7,4 +7,4 @@ impl LimitPrecision for f32 {
let factor = 10_f32.powi(precision);
(self * factor).round() / factor
}
}
}