add cargo fmt in Makefile, and exec make fmt
This commit is contained in:
parent
ad6f19bd22
commit
fc19596945
8 changed files with 44 additions and 32 deletions
2
Makefile
2
Makefile
|
@ -6,3 +6,5 @@ docker:
|
|||
|
||||
build_docker:
|
||||
docker build -t ${DOCKER_NAME} .
|
||||
fmt:
|
||||
cd easy-fs; cargo fmt; cd ../easy-fs-fuse cargo fmt; cd ../os ; cargo fmt; cd ../user; cargo fmt; cd ..
|
Loading…
Add table
Add a link
Reference in a new issue