From 3e3ee9ba3639221d0cfb59d2ea5453cf59f5532d Mon Sep 17 00:00:00 2001 From: Sergio Chouhy Date: Fri, 12 Dec 2025 10:30:57 -0300 Subject: [PATCH] taplo fmt --- examples/program_deployment/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/program_deployment/Cargo.toml b/examples/program_deployment/Cargo.toml index f704701..21d4fc8 100644 --- a/examples/program_deployment/Cargo.toml +++ b/examples/program_deployment/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" [dependencies] tokio = { workspace = true, features = ["macros"] } wallet = { path = "../../wallet" } -nssa-core = {path = "../../nssa/core"} +nssa-core = { path = "../../nssa/core" } nssa = { path = "../../nssa" } key_protocol = { path = "../../key_protocol/" } clap = "4.5.53"