diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2018-02-09 02:11:04 -0800 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2018-02-09 02:11:04 -0800 |
| commit | 7fe182fdfe01e01dd899962cc8dbaea63f422c9c (patch) | |
| tree | 759e01f68ba4f9d61e526c7c83abd7a4b93fb1b0 /src/libcore | |
| parent | 4f8049a2b00c46cb1ac77cabaaf716895f185afe (diff) | |
| download | rust-7fe182fdfe01e01dd899962cc8dbaea63f422c9c.tar.gz rust-7fe182fdfe01e01dd899962cc8dbaea63f422c9c.zip | |
Fix tidy
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/tests/ops.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/tests/ops.rs b/src/libcore/tests/ops.rs index 68a692b24a3..bed08f86d72 100644 --- a/src/libcore/tests/ops.rs +++ b/src/libcore/tests/ops.rs @@ -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 +} |
