Skip to content

Commit 04c7197

Browse files
committed
chore: dart format
1 parent 7b47380 commit 04c7197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/wallets/crypto_currency/crypto_currency.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ enum CryptoCurrencyNetwork {
3535
test4;
3636

3737
bool get isTestNet =>
38-
this == CryptoCurrencyNetwork.test ||
38+
this == CryptoCurrencyNetwork.test ||
3939
this == CryptoCurrencyNetwork.test4 ||
4040
this == CryptoCurrencyNetwork.stage;
4141
}

0 commit comments

Comments
 (0)