From 4e91ff31cac380012bbd5c5c0a8b3e229b2e8a9a Mon Sep 17 00:00:00 2001 From: Bojan Serafimov Date: Thu, 18 Aug 2022 13:20:01 -0400 Subject: [PATCH] Fmt --- integration_tests/src/basic.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/integration_tests/src/basic.rs b/integration_tests/src/basic.rs index 5b663209b7..0702f52f3b 100644 --- a/integration_tests/src/basic.rs +++ b/integration_tests/src/basic.rs @@ -1,9 +1,8 @@ #[cfg(test)] mod tests { - use std::path::PathBuf; - - use tokio_postgres::NoTls; use pg_bin::LocalPostgres; + use std::path::PathBuf; + use tokio_postgres::NoTls; #[tokio::test] async fn test_postgres_select_1() -> anyhow::Result<()> {