From dd2f74a4066558c4c7af40220296cdf2bf90cc35 Mon Sep 17 00:00:00 2001 From: Guanqun Lu Date: Mon, 6 Aug 2018 19:27:14 +0800 Subject: [PATCH] remove the extra ? in the license header (#500) --- polkadot/cli/src/chain_spec.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/cli/src/chain_spec.rs b/polkadot/cli/src/chain_spec.rs index 7298a4cdff..14593c73c3 100644 --- a/polkadot/cli/src/chain_spec.rs +++ b/polkadot/cli/src/chain_spec.rs @@ -12,7 +12,7 @@ // GNU General Public License for more details. // You should have received a copy of the GNU General Public License -// along with Polkadot. If not, see .? +// along with Polkadot. If not, see . //! Predefined chains.