Skip to content

Commit 1295889

Browse files
committed
createAsyncRenderer.tsx: fix formatting
1 parent 30fbc2e commit 1295889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/createAsyncRenderer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export type OnCompletedSuccessfully<TArgs extends OnCompletedSuccessfullyArgs> =
2323
TArgs extends OnCompletedSuccessfullyWithoutArgs
2424
? (() => ReactElement<any, any> | null) | JSX.Element
2525
: TArgs extends Record<any, any>
26-
? (args: TArgs) => ReactElement<any, any> | null
27-
: never
26+
? (args: TArgs) => ReactElement<any, any> | null
27+
: never
2828

2929
/**
3030
* The type for the on completed successfully callback data argument.

0 commit comments

Comments
 (0)