Skip to content

Commit

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

0 comments on commit 79a3a9c

Please sign in to comment.