From b1437b6c6840beb0e31a6222c92e54a686b63032 Mon Sep 17 00:00:00 2001 From: Ermal Kaleci Date: Sat, 26 Oct 2024 21:18:48 +0200 Subject: [PATCH] taplo fmt --- runtime/shiden/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index 34eaafb04..fafad36e5 100644 --- a/runtime/shiden/Cargo.toml +++ b/runtime/shiden/Cargo.toml @@ -244,7 +244,7 @@ std = [ "pallet-xcm-benchmarks?/std", "precompile-utils/std", "scale-info/std", - "vesting-mbm/std" + "vesting-mbm/std", ] runtime-benchmarks = [ "log", @@ -296,7 +296,7 @@ runtime-benchmarks = [ "pallet-message-queue/runtime-benchmarks", "parachains-common/runtime-benchmarks", "orml-oracle/runtime-benchmarks", - "vesting-mbm/runtime-benchmarks" + "vesting-mbm/runtime-benchmarks", ] try-runtime = [ "astar-primitives/try-runtime", @@ -344,7 +344,7 @@ try-runtime = [ "pallet-chain-extension-assets/try-runtime", "polkadot-runtime-common/try-runtime", "sp-runtime/try-runtime", - "vesting-mbm/try-runtime" + "vesting-mbm/try-runtime", ] evm-tracing = [ "moonbeam-evm-tracer",