]> git.lizzy.rs Git - rust.git/commitdiff
Fix tidy
authorScott McMurray <scottmcm@users.noreply.github.com>
Fri, 9 Feb 2018 10:11:04 +0000 (02:11 -0800)
committerScott McMurray <scottmcm@users.noreply.github.com>
Fri, 9 Feb 2018 10:11:04 +0000 (02:11 -0800)
src/libcore/tests/ops.rs

index 68a692b24a3fbb9d12079b63f34c3ea1cb61208b..bed08f86d72c124e4851f46364ddaf4eaee80b74 100644 (file)
@@ -91,4 +91,4 @@ fn test_range_is_empty() {
     assert!( (EPSILON ..= NAN).is_empty());
     assert!( (NAN ..= EPSILON).is_empty());
     assert!( (NAN ..= NAN).is_empty());
-}
\ No newline at end of file
+}