Skip to content

Commit

Permalink
Fix Whitespace in secret_key.dart (#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justxd22 authored Nov 21, 2024
1 parent ff5fbd7 commit 29b659e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/utils/secret_key.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class SecretKey {
SecretKey('bitcoinTestWalletReceiveAddress', () => ''),
SecretKey('ethereumTestWalletReceiveAddress', () => ''),
SecretKey('litecoinTestWalletReceiveAddress', () => ''),
SecretKey('bitco inCashTestWalletReceiveAddress', () => ''),
SecretKey('bitcoinCashTestWalletReceiveAddress', () => ''),
SecretKey('polygonTestWalletReceiveAddress', () => ''),
SecretKey('solanaTestWalletReceiveAddress', () => ''),
SecretKey('tronTestWalletReceiveAddress', () => ''),
Expand Down

0 comments on commit 29b659e

Please sign in to comment.