Added code formatting
This commit is contained in:
parent
68434ca75f
commit
e3f134a9bf
10 changed files with 40 additions and 52 deletions
4
Makefile
4
Makefile
|
|
@ -32,6 +32,10 @@ test:
|
|||
@ cargo test
|
||||
.PHONY: test
|
||||
|
||||
format:
|
||||
@ cargo fmt
|
||||
.PHONY: format
|
||||
|
||||
|
||||
# Documentation
|
||||
docs:
|
||||
|
|
|
|||
Reference in a new issue