Skip to content

Commit c6f3711

Browse files
ci: apply automated fixes
1 parent fab62d7 commit c6f3711

File tree

2 files changed

+4
-2
lines changed
  • examples/react/bundling-repro/.wrangler/deploy
  • packages/devtools-a11y/src/core

2 files changed

+4
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"configPath":"../../dist/server/wrangler.json","auxiliaryWorkers":[]}
1+
{ "configPath": "../../dist/server/wrangler.json", "auxiliaryWorkers": [] }

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)