From 809905b0e17bc99d6b2d9af197371d0347fee4e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 23:31:45 +0200 Subject: [PATCH] chore(formatting): Fixed formatting mistakes (#1303) fixed formatting mistakes have sneaked into prod Co-authored-by: CommanderStorm <26258709+CommanderStorm@users.noreply.github.com> --- server/main-api/src/setup/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main-api/src/setup/tests.rs b/server/main-api/src/setup/tests.rs index f92d7a7da..1869f1683 100644 --- a/server/main-api/src/setup/tests.rs +++ b/server/main-api/src/setup/tests.rs @@ -1,7 +1,7 @@ -use std::time::Duration; use meilisearch_sdk::client::Client; use sqlx::postgres::PgPoolOptions; use sqlx::{Pool, Postgres}; +use std::time::Duration; use testcontainers_modules::testcontainers::{ContainerAsync, ImageExt}; use testcontainers_modules::{meilisearch, postgres, testcontainers::runners::AsyncRunner}; use tracing::error;