Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fslongjin committed Aug 27, 2023
1 parent 8f07a89 commit 2131757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kernel/src/process/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ use hashbrown::HashMap;

use crate::{
arch::{process::ArchPCBInfo, sched::sched, CurrentIrqArch},
exception::InterruptArch,
filesystem::{
procfs::procfs_unregister_pid,
vfs::{file::FileDescriptorVec, FileType},
Expand All @@ -37,7 +38,7 @@ use crate::{
SchedPolicy, SchedPriority,
},
smp::kick_cpu,
syscall::SystemError, exception::InterruptArch,
syscall::SystemError,
};

use self::kthread::WorkerPrivate;
Expand Down

0 comments on commit 2131757

Please sign in to comment.