From a4e9cf9fd95c7f58eb08c7f53005fc28e43cc69f Mon Sep 17 00:00:00 2001 From: Ashwin Naren Date: Tue, 9 Dec 2025 14:07:03 -0800 Subject: [PATCH] formatting --- usertest/src/main.rs | 1 - 1 file changed, 1 deletion(-) 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()); } -