Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Aug 9, 2024
1 parent cc4ff51 commit c6e57b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/named.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
}
Expand Down

0 comments on commit c6e57b1

Please sign in to comment.