Fix linter errors

This commit is contained in:
Roman Korostinskiy 2024-12-13 00:25:36 +03:00 committed by Tate, Hongliang Tian
parent 13229cc037
commit 3bbdc68d39
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// SPDX-License-Identifier: MPL-2.0
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 crate::prelude::*;