Skip to content

Commit 7acfd52

Browse files
committed
prettier
1 parent b8218a8 commit 7acfd52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libs/actions/IOU/SendInvoice.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ import type {OnyxData} from '@src/types/onyx/Request';
3535
import type {Receipt} from '@src/types/onyx/Transaction';
3636
import {isEmptyObject} from '@src/types/utils/EmptyObject';
3737
import {
38-
getAllPersonalDetails, // eslint-disable-next-line @typescript-eslint/no-deprecated
38+
getAllPersonalDetails,
39+
// eslint-disable-next-line @typescript-eslint/no-deprecated
3940
getPolicyRecentlyUsedTagsData,
4041
getReceiptError,
4142
getSearchOnyxUpdate,

0 commit comments

Comments
 (0)