mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-01-22 06:48:06 +00:00
Formatting
This commit is contained in:
parent
14c95c1c5f
commit
af2510d592
1 changed files with 1 additions and 2 deletions
|
@ -50,8 +50,7 @@ impl Application {
|
|||
}
|
||||
|
||||
pub fn get_connection_pool(configuration: &DatabaseSettings) -> PgPool {
|
||||
PgPoolOptions::new()
|
||||
.connect_lazy_with(configuration.with_db())
|
||||
PgPoolOptions::new().connect_lazy_with(configuration.with_db())
|
||||
}
|
||||
|
||||
fn run(
|
||||
|
|
Loading…
Reference in a new issue