From b888f7db7138dfb8172055f6ab7babfda33a2da5 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Mon, 21 Oct 2019 23:40:22 +0300 Subject: [PATCH] Use uniform quotes (#3867) --- substrate/node-template/runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/node-template/runtime/Cargo.toml b/substrate/node-template/runtime/Cargo.toml index df9dd9c77f..5ebf3af6cf 100644 --- a/substrate/node-template/runtime/Cargo.toml +++ b/substrate/node-template/runtime/Cargo.toml @@ -43,7 +43,7 @@ std = [ "balances/std", "aura/std", "aura-primitives/std", - 'grandpa/std', + "grandpa/std", "executive/std", "indices/std", "primitives/std",