Rustfmt && close connection
This commit is contained in:
parent
32f6e72dec
commit
39c6673bed
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ async fn main() -> eyre::Result<()> {
|
|||
add_monster(&pool, &monster).await?;
|
||||
}
|
||||
|
||||
pool.close().await;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue