Rustfmt && close connection

This commit is contained in:
Anthony Cicchetti 2022-03-21 20:04:36 -04:00
parent 32f6e72dec
commit 39c6673bed

View file

@ -121,6 +121,7 @@ async fn main() -> eyre::Result<()> {
add_monster(&pool, &monster).await?;
}
pool.close().await;
Ok(())
}