cargo format

This commit is contained in:
Barrett Ruth 2025-09-11 15:20:00 -05:00
parent fdecdbc6c9
commit 332ca5582b
6 changed files with 67 additions and 30 deletions

View file

@ -320,5 +320,7 @@ pub fn diff_fp_f64_deadline<D>(
where
D: DiffHook,
{
crate::algorithms::myers::diff_fp_f64_deadline(d, old, old_range, new, new_range, epsilon, deadline)
crate::algorithms::myers::diff_fp_f64_deadline(
d, old, old_range, new, new_range, epsilon, deadline,
)
}