Skip to content

Commit e743e37

Browse files
ci: apply automated fixes
1 parent 6f34691 commit e743e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/solid-devtools/src/devtools.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { TanStackRouterDevtoolsCore } from '@tanstack/devtools'
22
import { createEffect, createSignal, onCleanup, onMount } from 'solid-js'
33
import { Portal } from 'solid-js/web'
4-
import type { JSX} from 'solid-js';
4+
import type { JSX } from 'solid-js'
55
import type { DevtoolsOptions, DevtoolsPlugin } from '@tanstack/devtools'
66

77
type Render = JSX.Element | (() => JSX.Element)

0 commit comments

Comments
 (0)