Skip to content

Commit 68d0aaa

Browse files
authored
Merge pull request #10 from asder8215/thread_pin
forgot to cargo fmt
2 parents d263ceb + 9eb28d8 commit 68d0aaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/async_multi_threaded.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,4 +689,4 @@ async fn test_cft_more_deq_items_than_enq() {
689689

690690
assert_eq!(3 * MAX_ITEMS, items_taken);
691691
}
692-
}
692+
}

tests/async_single_threaded.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,4 +689,4 @@ async fn test_cft_more_deq_items_than_enq() {
689689

690690
assert_eq!(3 * MAX_ITEMS, items_taken);
691691
}
692-
}
692+
}

0 commit comments

Comments
 (0)