From 203d9292278e4d020778213a8572110fc6cad627 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 03:30:32 +0200 Subject: [PATCH] chore(formatting): Fixed formatting mistakes (#1277) fixed formatting mistakes have sneaked into prod Co-authored-by: CommanderStorm <26258709+CommanderStorm@users.noreply.github.com> --- server/main-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main-api/Cargo.toml b/server/main-api/Cargo.toml index aa02406e0..fb16cbc37 100644 --- a/server/main-api/Cargo.toml +++ b/server/main-api/Cargo.toml @@ -74,4 +74,4 @@ time = "0.3.36" pretty_assertions = "1.4.0" testcontainers = { version = "0.19.0", features = ["watchdog"] } testcontainers-modules = {version = "0.7.1",features = ["postgres","meilisearch"] } -tracing-test = "0.2.5" \ No newline at end of file +tracing-test = "0.2.5"