Skip to content

Commit

Permalink
taplo format --config .config/taplo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Oct 25, 2024
1 parent 7dc696f commit 7122e27
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cumulus/polkadot-parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ serde = { features = ["derive"], workspace = true, default-features = true }
serde_json = { workspace = true, default-features = true }

# Local
polkadot-omni-node-lib = { features = ["rococo-native", "westend-native"], workspace = true }
polkadot-omni-node-lib = { features = [
"rococo-native",
"westend-native",
], workspace = true }
rococo-parachain-runtime = { workspace = true }
yet-another-parachain-runtime = { workspace = true }
glutton-westend-runtime = { workspace = true }
Expand Down Expand Up @@ -100,6 +103,4 @@ fast-runtime = [
"coretime-rococo-runtime/fast-runtime",
"coretime-westend-runtime/fast-runtime",
]
full-pov-size = [
"cumulus-client-consensus-aura/full-pov-size",
]
full-pov-size = ["cumulus-client-consensus-aura/full-pov-size"]

0 comments on commit 7122e27

Please sign in to comment.