Skip to content

Commit 506404b

Browse files
ci: apply automated fixes
1 parent 2b8df23 commit 506404b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/devtools-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@
6464
"@types/babel__generator": "^7.27.0",
6565
"@types/babel__traverse": "^7.28.0"
6666
}
67-
}
67+
}

packages/devtools/src/devtools.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function DevTools() {
3030
setIsOpen(!open)
3131
setPersistOpen(!open)
3232
}
33-
createEffect(() => { })
33+
createEffect(() => {})
3434
// Used to resize the panel
3535
const handleDragStart = (
3636
panelElement: HTMLDivElement | undefined,
@@ -167,7 +167,7 @@ export default function DevTools() {
167167
e.stopPropagation()
168168
fetch(
169169
`http://localhost:__TSD_PORT__/__tsd/open-source?source=${dataSource}`,
170-
).catch(() => { })
170+
).catch(() => {})
171171
}
172172
}
173173
}

0 commit comments

Comments
 (0)