Skip to content

Commit 7859096

Browse files
committed
format
1 parent f6974fc commit 7859096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export function wrappedRenderC(
129129
options?: pure.RenderOptions,
130130
) {
131131
interface AppWrapperProps {
132-
children?: React.ReactNode;
132+
children?: React.ReactNode
133133
userProviderProps?: {user: string}
134134
}
135135
const AppWrapperProps: React.FunctionComponent<AppWrapperProps> = ({

0 commit comments

Comments
 (0)