Skip to content

Commit 6019fb1

Browse files
committed
[fix] JS Hint
1 parent 0f2e6ca commit 6019fb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/js/controllers/wallets-controllers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function WalletListController($scope, $controller, $state, $timeout, $q, $transl
169169
return UIUtils.loading.hide();
170170
}
171171
UIUtils.onError('ERROR.ADD_SECONDARY_WALLET_FAILED')(err);
172-
})
172+
});
173173
}
174174

175175
// Call API extension on child wallet
@@ -679,5 +679,5 @@ function WalletListImportModalController($scope, $timeout, BMA, csWallet) {
679679
$scope.fileData = '';
680680
$scope.isValidFile = false;
681681
$scope.validatingFile = false;
682-
}
682+
};
683683
}

0 commit comments

Comments
 (0)