mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 17:40:43 +00:00
remove space
This commit is contained in:
parent
6dc4eafff4
commit
24dc9bea27
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ abstract class WalletListViewModelBase with Store {
|
||||||
@observable
|
@observable
|
||||||
ObservableList<WalletListItem> wallets;
|
ObservableList<WalletListItem> wallets;
|
||||||
|
|
||||||
|
|
||||||
final AppStore _appStore;
|
final AppStore _appStore;
|
||||||
final Box<WalletInfo> _walletInfoSource;
|
final Box<WalletInfo> _walletInfoSource;
|
||||||
final WalletLoadingService _walletLoadingService;
|
final WalletLoadingService _walletLoadingService;
|
||||||
|
|
Loading…
Reference in a new issue