From 6852cabc8c58464cf4664725bf6759fd5bc326f2 Mon Sep 17 00:00:00 2001 From: Victor Polevoy Date: Wed, 26 Oct 2022 19:09:19 +0200 Subject: [PATCH] Cargo fmt fix. --- tests/common.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common.rs b/tests/common.rs index 02b27eb..e0acea7 100644 --- a/tests/common.rs +++ b/tests/common.rs @@ -5,4 +5,4 @@ fn should_be_possible_reset_the_same_priority() { let current = thread_priority::get_current_thread_priority().unwrap(); let set_result = thread_priority::set_current_thread_priority(current); assert_eq!(set_result, Ok(())); -} \ No newline at end of file +}