Skip to content

Commit

Permalink
Remove unnecessary empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
aldo-expensify committed Sep 1, 2021
1 parent 53e9619 commit 22ba4bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/libs/ValidationUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ function isValidIdentity(identity) {
return true;
}


export {
isValidAddress,
isValidDate,
Expand Down
1 change: 0 additions & 1 deletion src/libs/actions/BankAccounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,6 @@ function validateBankAccount(bankAccountID, validateCode) {
*
* @param {String} errorModalMessage The error message to be displayed in the modal's body.
*/

function showBankAccountErrorModal(errorModalMessage = null) {
Onyx.merge(ONYXKEYS.REIMBURSEMENT_ACCOUNT, {isErrorModalVisible: true, errorModalMessage});
}
Expand Down

0 comments on commit 22ba4bc

Please sign in to comment.