From 07d047d6c40b1194ffb740fd07ed992e7272a385 Mon Sep 17 00:00:00 2001 From: Francisco J Silva Date: Tue, 24 Dec 2024 08:51:40 +0000 Subject: [PATCH] fixing fmt issue --- tee-worker/omni-executor/parentchain/listener/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tee-worker/omni-executor/parentchain/listener/Cargo.toml b/tee-worker/omni-executor/parentchain/listener/Cargo.toml index 108a2a682a..6328de94dd 100644 --- a/tee-worker/omni-executor/parentchain/listener/Cargo.toml +++ b/tee-worker/omni-executor/parentchain/listener/Cargo.toml @@ -16,8 +16,8 @@ subxt-signer = { workspace = true } tokio = { workspace = true, features = ["macros", "rt-multi-thread"] } executor-core = { path = "../../executor-core" } -parentchain-storage = { path = "../storage" } parentchain-api-interface = { path = "../api-interface" } +parentchain-storage = { path = "../storage" } [dev-dependencies] env_logger = { workspace = true }