From 0d54ae79f16be440fef1fa3975194f58c5383cf1 Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Wed, 21 Apr 2021 12:36:23 -0400 Subject: [PATCH] Use the one and only indentation character --- polkadot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index 6c9360709f..824e80dd33 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -26,7 +26,7 @@ tempfile = "3.2.0" [workspace] members = [ - "bridges/primitives/chain-kusama", + "bridges/primitives/chain-kusama", "bridges/primitives/chain-polkadot", "bridges/primitives/chain-rococo", "bridges/primitives/chain-westend",