style: rustfmt

This commit is contained in:
Ryan Leckey 2020-07-02 22:38:23 -07:00
parent 1a7480774b
commit 33ab2b9049

View file

@ -1,9 +1,11 @@
use futures::TryStreamExt; use futures::TryStreamExt;
use sqlx::postgres::PgRow; use sqlx::postgres::PgRow;
use std::env; use sqlx::postgres::{
use sqlx::postgres::{PgConnection, PgConnectOptions, PgDatabaseError, PgErrorPosition, PgSeverity}; PgConnectOptions, PgConnection, PgDatabaseError, PgErrorPosition, PgSeverity,
};
use sqlx::{postgres::Postgres, Connect, Connection, Executor, PgPool, Row}; use sqlx::{postgres::Postgres, Connect, Connection, Executor, PgPool, Row};
use sqlx_test::new; use sqlx_test::new;
use std::env;
use std::time::Duration; use std::time::Duration;
#[sqlx_macros::test] #[sqlx_macros::test]