Skip to content

Commit c435cba

Browse files
committed
rustfmt
1 parent 5b86220 commit c435cba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -859,14 +859,13 @@ fn test_pow_fails_on_nan() {
859859
a.pow(b);
860860
}
861861

862-
863862
#[test]
864863
fn test_ref_ref_binop_regression() {
865-
// repro from:
864+
// repro from:
866865
// https://github.com/reem/rust-ordered-float/issues/91
867866
//
868867
// impl<'a, T> $imp<Self> for &'a OrderedFloat<T>
869-
// where
868+
// where
870869
// &'a T: $imp
871870
// {
872871
// type Output = OrderedFloat<<&'a T as $imp>::Output>;

0 commit comments

Comments
 (0)