Skip to content

Commit 3669275

Browse files
committed
fix formatting issues with prettier
1 parent 72b0eeb commit 3669275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/enumerations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ export const AsyncRequestStatusEnum = {
99
} as const
1010
/** Possible status of async requests, e.g., createAsyncThunk()'s return. */
1111
export type AsyncRequestStatus =
12-
typeof AsyncRequestStatusEnum[keyof typeof AsyncRequestStatusEnum]
12+
(typeof AsyncRequestStatusEnum)[keyof typeof AsyncRequestStatusEnum]

0 commit comments

Comments
 (0)