Skip to content

Commit

Permalink
taplo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Feb 20, 2024
1 parent 3a8e03a commit f481ea3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions polkadot-parachains/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ path = "src/main.rs"
[dependencies]
async-trait = { workspace = true }
clap = { workspace = true }
parity-scale-codec = { workspace = true }
futures = { workspace = true }
hex-literal = { workspace = true }
jsonrpsee = { workspace = true }
log = { workspace = true, features = ["std"] }
parity-scale-codec = { workspace = true }
serde = { workspace = true, features = ["std"] }

# added by encointer
Expand Down Expand Up @@ -83,7 +83,7 @@ sc-transaction-pool-api = { workspace = true }
polkadot-cli = { workspace = true }
polkadot-parachain-primitives = { workspace = true }
polkadot-primitives = { workspace = true }
polkadot-service ={ workspace = true }
polkadot-service = { workspace = true }
xcm = { workspace = true, features = ["std"] }

# Cumulus
Expand Down
2 changes: 1 addition & 1 deletion polkadot-parachains/encointer-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ license = "GPL-3.0"
edition = "2021"

[dependencies]
parity-scale-codec = { workspace = true }
log = { workspace = true }
parachain-info = { workspace = true }
parity-scale-codec = { workspace = true }
scale-info = { workspace = true }
serde = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion polkadot-parachains/launch-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ license = "GPL-3.0"
edition = "2021"

[dependencies]
parity-scale-codec = { workspace = true }
log = { workspace = true }
parachain-info = { workspace = true }
parity-scale-codec = { workspace = true }
scale-info = { workspace = true }
serde = { workspace = true }

Expand Down

0 comments on commit f481ea3

Please sign in to comment.