eliminate space (#288)

This commit is contained in:
Black3HDF
2021-01-15 00:06:57 +08:00
committed by GitHub
parent 464e54affd
commit 8b815c759b
9 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ cumulus-primitives = { path = "../../primitives", default-features = false }
cumulus-runtime = { path = "../../runtime", default-features = false }
# Polkadot dependencies
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "master" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
[build-dependencies]
substrate-wasm-builder = "3.0.0"