Skip to content

Commit 4d39253

Browse files
committed
std::rt: Whitespace
1 parent bbf5469 commit 4d39253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/rt/sched.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,12 +646,12 @@ impl Scheduler {
646646
}
647647
}
648648

649-
// The cases for the below function.
649+
// The cases for the below function.
650650
enum ResumeAction {
651651
SendHome,
652652
Requeue,
653653
ResumeNow,
654-
Homeless
654+
Homeless
655655
}
656656

657657
impl SchedHandle {

0 commit comments

Comments
 (0)