Add rustfmt from relibc and apply it with cargo fmt

This commit is contained in:
Jeremy Soller
2024-01-17 13:52:01 -07:00
parent 73897bd83d
commit 45f1c4e29e
166 changed files with 7353 additions and 3851 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
use alloc::vec::Vec;
use crate::log::LOG;
use crate::syscall::error::Result;
use crate::{log::LOG, syscall::error::Result};
pub fn resource() -> Result<Vec<u8>> {
let mut vec = Vec::new();