formatting

This commit is contained in:
Ashwin Naren
2025-12-09 14:07:03 -08:00
committed by Matthew Leach
parent 6d967332b7
commit a4e9cf9fd9

View File

@@ -124,4 +124,3 @@ fn main() {
let end = std::time::Instant::now();
println!("All tests passed in {} ms", (end - start).as_millis());
}