Format Rust code using rustfmt

This commit is contained in:
github-actions[bot] 2024-02-12 17:41:39 +00:00 committed by GitHub
parent 382b9174ac
commit 452676cd26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
use anyhow::Result;
use lib::types::core::{
Address, KernelMessage, Message, MessageReceiver, MessageSender, PrintSender, Printout,
Response, TIMER_PROCESS_ID, TimerAction,
Response, TimerAction, TIMER_PROCESS_ID,
};
use serde::{Deserialize, Serialize};