From 21b7b57336cd3bf7bd328ada38c6069a48504f85 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 27 Dec 2022 19:55:10 -0500 Subject: `cargo fmt` --- server/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/main.rs') diff --git a/server/src/main.rs b/server/src/main.rs index c0ec4cb..9034b67 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -61,7 +61,7 @@ async fn create_authenticator( async fn create_authenticator( db_pool: &PgPool, ) -> Box { - create_default_authenticator(db_pool) + create_default_authenticator(db_pool).await } #[tokio::main] -- cgit v1.2.3