Skip to content

Commit

Permalink
Cargo fmt fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
iddm committed Oct 26, 2022
1 parent 2aff167 commit 6852cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(()));
}
}

0 comments on commit 6852cab

Please sign in to comment.