fmt: danm formatting

This commit is contained in:
silver 2023-09-26 01:04:07 +01:00
parent 8760f4440a
commit abb00ff8c7
3 changed files with 6 additions and 7 deletions

View file

@ -16,7 +16,6 @@ async fn main() {
get_wolves_csv(&db, &config).await;
// handle wolves api here
get_wolves(&db).await;
}
async fn get_wolves_csv(db: &Pool<Sqlite>, config: &Config) {