From 9273cc42623f57060d6faa0a4dbeb5f9539c1df8 Mon Sep 17 00:00:00 2001 From: poisonphang <17688291+PoisonPhang@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:30:49 -0600 Subject: [PATCH] chore: fmt --- lib/unionlabs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unionlabs/Cargo.toml b/lib/unionlabs/Cargo.toml index a62d2dc969..c2f30a7910 100644 --- a/lib/unionlabs/Cargo.toml +++ b/lib/unionlabs/Cargo.toml @@ -16,7 +16,7 @@ bip32 = { workspace = true, features = ["secp256k1"] } bitvec = { workspace = true } chrono = { workspace = true, features = ["alloc"] } clap = { workspace = true, features = ["derive"] } -cosmwasm-std = { workspace = true, optional = true,features = ["std"] } +cosmwasm-std = { workspace = true, optional = true, features = ["std"] } derive_more = { workspace = true, features = ["display"] } either = { workspace = true } enumorph = { workspace = true }