Add rustfmt from relibc and apply it with cargo fmt
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user