diff --git a/usertest/src/main.rs b/usertest/src/main.rs index eec3db6..1e957d8 100644 --- a/usertest/src/main.rs +++ b/usertest/src/main.rs @@ -124,4 +124,3 @@ fn main() { let end = std::time::Instant::now(); println!("All tests passed in {} ms", (end - start).as_millis()); } -