Skip to content

Commit ef32c70

Browse files
committed
fix fmt
1 parent 85cbaba commit ef32c70

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/lib.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,11 @@ mod test {
13481348
MAX_QUANTIZED_VALUE
13491349
);
13501350
assert_eq!(
1351-
JsonlToCiff::quantize_score(std::f64::consts::PI, std::f64::consts::PI, std::f64::consts::PI),
1351+
JsonlToCiff::quantize_score(
1352+
std::f64::consts::PI,
1353+
std::f64::consts::PI,
1354+
std::f64::consts::PI
1355+
),
13521356
MAX_QUANTIZED_VALUE
13531357
);
13541358

0 commit comments

Comments
 (0)