From 8cafcf14ef663555fb2d32523ea6cc1f79d477e2 Mon Sep 17 00:00:00 2001 From: Joshy Orndorff Date: Fri, 17 Sep 2021 09:05:42 -0400 Subject: [PATCH] kill extra space --- bencher/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bencher/Cargo.toml b/bencher/Cargo.toml index 5099400a6..61a46fcde 100644 --- a/bencher/Cargo.toml +++ b/bencher/Cargo.toml @@ -29,7 +29,7 @@ sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = " sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9", default-features = false, features = ["wasmtime"], optional = true } sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9", optional = true } sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9", default-features = false, features = ["with-kvdb-rocksdb"], optional = true } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9", default-features = false, optional = true } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9", default-features = false, optional = true } frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.9", default-features = false } [features]