Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 5050cc4

Browse files
committed
Remove extra whitespace in comment
1 parent d6093e1 commit 5050cc4

File tree

1 file changed

+1
-1
lines changed
  • unified-scheduler-pool/src

1 file changed

+1
-1
lines changed

unified-scheduler-pool/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ impl<S: SpawnableScheduler<TH>, TH: TaskHandler> ThreadManager<S, TH> {
530530
// relies on the assumption that there's no considerable penalty arising from the
531531
// unbatched manner of processing.
532532
//
533-
// Note that this assumption isn't true as of writing. The current code path
533+
// Note that this assumption isn't true as of writing. The current code path
534534
// underneath execute_batch() isn't optimized for unified scheduler's load pattern (ie.
535535
// batches just with a single transaction) at all. This will be addressed in the
536536
// future.

0 commit comments

Comments
 (0)