Skip to content

Commit

Permalink
taplo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Oct 26, 2024
1 parent 9986451 commit b1437b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/shiden/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ std = [
"pallet-xcm-benchmarks?/std",
"precompile-utils/std",
"scale-info/std",
"vesting-mbm/std"
"vesting-mbm/std",
]
runtime-benchmarks = [
"log",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit b1437b6

Please sign in to comment.