eliminate space (#288)

This commit is contained in:
Black3HDF
2021-01-15 00:06:57 +08:00
committed by GitHub
parent b424d0f5e1
commit 87a82c4730
9 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ rand = "0.7.3"
serde = { version = "1.0.101", features = ["derive"] }
# Substrate
sc-basic-authorship = { git = "https://github.com/paritytech/substrate", version = "0.8.0-rc5" , branch = "master" }
sc-basic-authorship = { git = "https://github.com/paritytech/substrate", version = "0.8.0-rc5", branch = "master" }
sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }