Fix sp-session typo (#4273)

* Fix sp-session typo

* Remove erroneous whitespaces

* Don't mess with the file, editor
This commit is contained in:
Andrew Jones
2019-12-02 19:24:25 +00:00
committed by Benjamin Kampmann
parent b6b48c4bc6
commit 4c2ba5b71f
10 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ sp-api = { path = "../../../primitives/sr-api", default-features = false }
sp-runtime = { path = "../../../primitives/sr-primitives", default-features = false }
sp-staking = { path = "../../../primitives/sr-staking-primitives", default-features = false }
sp-keyring = { path = "../../../primitives/keyring", optional = true }
sp-sesssion = { path = "../../../primitives/session", default-features = false }
sp-session = { path = "../../../primitives/session", default-features = false }
txpool-runtime-api = { package = "sp-transaction-pool-runtime-api", path = "../../../primitives/transaction-pool/runtime-api", default-features = false }
version = { package = "sp-version", path = "../../../primitives/sr-version", default-features = false }
@@ -107,7 +107,7 @@ std = [
"sp-staking/std",
"staking/std",
"sp-keyring",
"sp-sesssion/std",
"sp-session/std",
"sudo/std",
"support/std",
"system-rpc-runtime-api/std",