Skip to content

Commit cdf41cb

Browse files
committed
fmt
1 parent 5c763c3 commit cdf41cb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

opentelemetry/src/common.rs

+8-1
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,14 @@ mod tests {
725725
assert!(kv1 < kv2);
726726

727727
let float_vals = [
728-
0.0, 1.0, -1.0, std::f64::INFINITY, std::f64::NEG_INFINITY, std::f64::NAN, std::f64::MIN, std::f64::MAX,
728+
0.0,
729+
1.0,
730+
-1.0,
731+
std::f64::INFINITY,
732+
std::f64::NEG_INFINITY,
733+
std::f64::NAN,
734+
std::f64::MIN,
735+
std::f64::MAX,
729736
];
730737

731738
for v in float_vals {

0 commit comments

Comments
 (0)