mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 00:06:34 +00:00
Fix linter errors
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
13229cc037
commit
3bbdc68d39
@ -1,7 +1,7 @@
|
|||||||
// SPDX-License-Identifier: MPL-2.0
|
// SPDX-License-Identifier: MPL-2.0
|
||||||
|
|
||||||
use aster_time::read_monotonic_time;
|
use aster_time::read_monotonic_time;
|
||||||
use ostd::mm::stat::{mem_total, mem_available};
|
use ostd::mm::stat::{mem_available, mem_total};
|
||||||
|
|
||||||
use super::SyscallReturn;
|
use super::SyscallReturn;
|
||||||
use crate::prelude::*;
|
use crate::prelude::*;
|
||||||
|
Reference in New Issue
Block a user