remove space

This commit is contained in:
Godwin Asuquo 2023-02-22 18:47:00 +02:00
parent 6dc4eafff4
commit 24dc9bea27

View file

@ -32,7 +32,6 @@ abstract class WalletListViewModelBase with Store {
@observable
ObservableList<WalletListItem> wallets;
final AppStore _appStore;
final Box<WalletInfo> _walletInfoSource;
final WalletLoadingService _walletLoadingService;