Skip to content

Commit a36c310

Browse files
committed
chore: format fixes
1 parent 4a79804 commit a36c310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/startup.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub struct Application {
2929
impl Application {
3030
pub async fn build(configuration: Settings) -> Result<Self, anyhow::Error> {
3131
let connection_pool = get_connection_pool(&configuration.database);
32-
32+
3333
let email_client = configuration.email_client.client();
3434

3535
let address =

0 commit comments

Comments
 (0)