Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasDeBruijn committed Sep 13, 2023
1 parent 8b585f9 commit 4aa579f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/dal/src/database/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ impl Database {
pg_connect = pg_connect.password(passw);
}

migrations::migrations::runner().run_async(&mut migration_config).await?;
migrations::migrations::runner()
.run_async(&mut migration_config)
.await?;

let pool = PgPoolOptions::new()
.max_connections(5)
Expand Down

0 comments on commit 4aa579f

Please sign in to comment.