Skip to content

Commit e540cc2

Browse files
author
The Miri Cronjob Bot
committed
fmt
1 parent ef20e36 commit e540cc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/pass/float.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,6 @@ fn test_non_determinism() {
12811281
/// Ensure that the operation is non-deterministic
12821282
#[track_caller]
12831283
fn ensure_nondet<T: PartialEq + std::fmt::Debug>(f: impl Fn() -> T) {
1284-
12851284
let rounds = 16;
12861285
let first = f();
12871286
for _ in 1..rounds {

0 commit comments

Comments
 (0)