From 764b88491a798ef4bbad12da7742d46f9d4e2e06 Mon Sep 17 00:00:00 2001 From: Javier Viola Date: Tue, 24 Sep 2024 17:17:57 +0200 Subject: [PATCH] fix fmt cargo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 70c305384046..b7c9c0cdcbf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -737,8 +737,8 @@ either = { version = "1.8.1", default-features = false } emulated-integration-tests-common = { path = "cumulus/parachains/integration-tests/emulated/common", default-features = false } enumflags2 = { version = "0.7.7" } enumn = { version = "0.1.13" } +env_logger = { version = "0.11.2" } environmental = { version = "1.1.4", default-features = false } -env_logger = { version ="0.11.2" } equivocation-detector = { path = "bridges/relays/equivocation" } ethabi = { version = "1.0.0", default-features = false, package = "ethabi-decode" } ethbloom = { version = "0.13.0", default-features = false }