style: fix formatting for rustfmt compliance

- Add trailing newlines to all source files
- Remove extra blank lines
- Simplify closure formatting in benchmarks
This commit is contained in:
Stefano Amorelli
2025-08-16 17:43:01 +03:00
parent 5f8585c434
commit b7a229ead9
5 changed files with 15 additions and 15 deletions

View File

@@ -33,4 +33,5 @@ fn main() {
std::process::exit(1);
}
}
}
}

View File

@@ -19,4 +19,5 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
println!(" Units: {}", doc.units.len());
Ok(())
}
}

View File

@@ -26,4 +26,5 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
}
Ok(())
}
}