add cargo fmt in Makefile, and exec make fmt

This commit is contained in:
Yu Chen 2022-05-20 08:55:07 +08:00
parent e87bb122a8
commit ab99bc8c28
10 changed files with 36 additions and 40 deletions

View file

@ -16,7 +16,7 @@ pub fn sys_yield() -> isize {
0
}
/// get current time
/// get current time
pub fn sys_get_time() -> isize {
get_time_ms() as isize
}