Skip to content

Commit c57f6fa

Browse files
committed
ci: Format code
1 parent 93e0523 commit c57f6fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib/seam/SeamProvider.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,10 @@ export function SeamProvider({
8989
disabled={disableTelemetry}
9090
endpoint={endpoint}
9191
>
92-
<SeamQueryProvider {...props} queryClient={globalThis.seamQueryClient ?? props.queryClient}>
92+
<SeamQueryProvider
93+
{...props}
94+
queryClient={globalThis.seamQueryClient ?? props.queryClient}
95+
>
9396
<Provider value={value}>
9497
<Telemetry>{children}</Telemetry>
9598
</Provider>

0 commit comments

Comments
 (0)