Fix a tiny format issue

This commit is contained in:
Tate, Hongliang Tian 2022-08-08 14:48:40 -07:00
parent 0ed8839eff
commit 8e8fc95ede

View File

@ -49,7 +49,7 @@ impl UserSpace {
///
/// ```no_run
/// use kxos_frame::task::Task;
///
///
/// let current = Task::current();
/// let user_space = current.user_space()
/// .expect("the current task is associated with a user space");