Skip to content

Commit 7fe182f

Browse files
committed
Fix tidy
1 parent 4f8049a commit 7fe182f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/tests/ops.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ fn test_range_is_empty() {
9191
assert!( (EPSILON ..= NAN).is_empty());
9292
assert!( (NAN ..= EPSILON).is_empty());
9393
assert!( (NAN ..= NAN).is_empty());
94-
}
94+
}

0 commit comments

Comments
 (0)