Skip to content

Commit a24a007

Browse files
committed
fix: prettier
1 parent 45fd6b6 commit a24a007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/OptionsListUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2073,7 +2073,7 @@ function getSearchOptions(
20732073
maxResults?: number,
20742074
includeUserToInvite?: boolean,
20752075
includeRecentReports = true,
2076-
includeCurrentUser?: boolean
2076+
includeCurrentUser?: boolean,
20772077
): Options {
20782078
Timing.start(CONST.TIMING.LOAD_SEARCH_OPTIONS);
20792079
Performance.markStart(CONST.TIMING.LOAD_SEARCH_OPTIONS);

0 commit comments

Comments
 (0)