Skip to content

Commit

Permalink
Fix tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmcm committed Feb 9, 2018
1 parent 4f8049a commit 7fe182f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/tests/ops.rs
Expand Up @@ -91,4 +91,4 @@ fn test_range_is_empty() {
assert!( (EPSILON ..= NAN).is_empty());
assert!( (NAN ..= EPSILON).is_empty());
assert!( (NAN ..= NAN).is_empty());
}
}

0 comments on commit 7fe182f

Please sign in to comment.