style: rustfmt the Phase 1 test additions
The per-file Phase 1 test commits were written without running rustfmt as I went; this pass formats the new test code (long assert_eq! lines wrapped, etc.). Formatting-only — no behavioural change.
This commit is contained in:
@@ -595,6 +595,9 @@ mod tests {
|
||||
wins0 += 1;
|
||||
}
|
||||
}
|
||||
assert!(wins0 > 130, "index 0 won only {wins0}/200 — comparison likely flipped");
|
||||
assert!(
|
||||
wins0 > 130,
|
||||
"index 0 won only {wins0}/200 — comparison likely flipped"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user