Add fmt options and move handlers
This commit is contained in:
parent
50bcac2a1b
commit
fdca5b7277
28 changed files with 83 additions and 68 deletions
3
Makefile
3
Makefile
|
|
@ -16,3 +16,6 @@ clean-db:
|
|||
rm ./emgauwa-core.sqlite || true
|
||||
rm ./emgauwa-controller.sqlite || true
|
||||
$(MAKE) sqlx
|
||||
|
||||
fmt:
|
||||
cargo +nightly fmt
|
||||
|
|
|
|||
Loading…
Reference in a new issue