style: cargo fmt

This commit is contained in:
2026-04-23 20:23:13 +02:00
parent 480467ac32
commit 04d5478ee4
6 changed files with 24 additions and 23 deletions

View File

@@ -433,9 +433,8 @@ impl<D: Drift> History<D> {
mod tests {
use approx::assert_ulps_eq;
use crate::{ConstantDrift, EPSILON, Game, Gaussian, ITERATIONS, IndexMap, P_DRAW, Player};
use super::*;
use crate::{ConstantDrift, EPSILON, Game, Gaussian, ITERATIONS, IndexMap, P_DRAW, Player};
#[test]
fn test_init() {