Skip to content

Commit fd81fdc

Browse files
committed
manual fmt, sigh
1 parent 2389cc6 commit fd81fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sched.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@ mod sched_priority {
358358
sched_priority: param.sched_priority,
359359
}
360360
}
361-
362361
}
362+
363363
impl From<libc::sched_param> for SchedParam {
364364
fn from(param: libc::sched_param) -> Self {
365365
SchedParam {

0 commit comments

Comments
 (0)