Skip to content

Commit a954f95

Browse files
ci: apply automated fixes
1 parent 8ac83ca commit a954f95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/devtools-a11y/src/core/core.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import { constructCoreClass } from '@tanstack/devtools-utils/solid'
44

55
export interface A11yDevtoolsInit {}
66

7-
const [A11yDevtoolsCore, A11yDevtoolsCoreNoOp] = constructCoreClass(() => import('./components'))
7+
const [A11yDevtoolsCore, A11yDevtoolsCoreNoOp] = constructCoreClass(
8+
() => import('./components'),
9+
)
810

911
export { A11yDevtoolsCore, A11yDevtoolsCoreNoOp }

0 commit comments

Comments
 (0)