From c6e57b17254eb253f00c3a2782c2ab1168bffe59 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Fri, 9 Aug 2024 14:55:35 +0200 Subject: [PATCH] fmt --- src/named.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/named.rs b/src/named.rs index 83f4ade..20162f7 100644 --- a/src/named.rs +++ b/src/named.rs @@ -719,8 +719,10 @@ impl NamedChain { | C::AcalaMandalaTestnet | C::AcalaTestnet | C::Karura - | C::KaruraTestnet => true, - C::Darwinia | C::Crab | C::Koi => true, + | C::KaruraTestnet + | C::Darwinia + | C::Crab + | C::Koi => true, _ => false, } }