Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
darioalessandro committed Nov 24, 2023
1 parent 79a3a9c commit 069a7e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions actix-api/src/db/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
use sqlx::{
postgres::{PgPoolOptions},
PgPool,
};
use sqlx::{postgres::PgPoolOptions, PgPool};
use std::env;

pub type PostgresPool = PgPool;
Expand Down

0 comments on commit 069a7e3

Please sign in to comment.