diff options
author | Alex Crichton <alex@alexcrichton.com> | 2019-08-28 07:59:44 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2019-08-28 07:59:44 -0700 |
commit | 322412864b76bba17165652c3fffd88f19a840ca (patch) | |
tree | cea95db6dc3ef183628afaad5053748fa4f32bd7 /test-suite/tests | |
parent | 4e4340c5bf6e8d1897c304963d56fb553d7134cc (diff) | |
download | milf-rs-322412864b76bba17165652c3fffd88f19a840ca.tar.gz milf-rs-322412864b76bba17165652c3fffd88f19a840ca.zip |
More rustfmt
Diffstat (limited to 'test-suite/tests')
-rw-r--r-- | test-suite/tests/float.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/tests/float.rs b/test-suite/tests/float.rs index c1f5914..09dac15 100644 --- a/test-suite/tests/float.rs +++ b/test-suite/tests/float.rs @@ -59,7 +59,7 @@ macro_rules! float_inf_tests { assert_eq!( s, "\ - sf1 = inf + sf1 = inf sf2 = inf sf3 = -inf sf4 = nan |