From 7122e272b3da63a6a61502ec69f7c9fc825fc4ad Mon Sep 17 00:00:00 2001 From: ordian Date: Fri, 25 Oct 2024 13:50:42 +0200 Subject: [PATCH] taplo format --config .config/taplo.toml --- cumulus/polkadot-parachain/Cargo.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cumulus/polkadot-parachain/Cargo.toml b/cumulus/polkadot-parachain/Cargo.toml index 8d9116b9fba9..1033cdf1743d 100644 --- a/cumulus/polkadot-parachain/Cargo.toml +++ b/cumulus/polkadot-parachain/Cargo.toml @@ -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 } @@ -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", -] \ No newline at end of file +full-pov-size = ["cumulus-client-consensus-aura/full-pov-size"]