Fixed linting errors
All checks were successful
continuous-integration/drone the build was successful

This commit is contained in:
Jef Roosens 2021-06-27 15:00:55 +02:00
parent 424e723cd8
commit de38073f71
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
2 changed files with 15 additions and 9 deletions

View file

@ -23,6 +23,10 @@ lint:
@ cargo clippy --all-targets -- -D warnings
.PHONY: lint
format:
@ cargo fmt
.PHONY: format
# =====DATABASE STUFF=====
db: