mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-23 03:44:04 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
382b9174ac
commit
452676cd26
@ -1,7 +1,7 @@
|
|||||||
use anyhow::Result;
|
use anyhow::Result;
|
||||||
use lib::types::core::{
|
use lib::types::core::{
|
||||||
Address, KernelMessage, Message, MessageReceiver, MessageSender, PrintSender, Printout,
|
Address, KernelMessage, Message, MessageReceiver, MessageSender, PrintSender, Printout,
|
||||||
Response, TIMER_PROCESS_ID, TimerAction,
|
Response, TimerAction, TIMER_PROCESS_ID,
|
||||||
};
|
};
|
||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user