Skip to content

Commit f03f385

Browse files
caelunshunjbr
authored andcommitted
Run rustfmt
1 parent d396123 commit f03f385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pg.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use async_session::{async_trait, chrono::Utc, log, serde_json, Result, Session, SessionStore};
22
use async_std::task;
3-
use sqlx::{pool::PoolConnection, Executor, Postgres, PgPool};
3+
use sqlx::{pool::PoolConnection, Executor, PgPool, Postgres};
44
use std::time::Duration;
55

66
/// sqlx postgres session store for async-sessions

0 commit comments

Comments
 (0)