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
+3 -3
View File
@@ -6,9 +6,9 @@ edition = "2018"
[dependencies]
# Substrate dependencies
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" }
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" }
sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" }
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
# Other dependencies