Skip to content

Commit 9b05ff5

Browse files
committed
lint
1 parent 1e9023d commit 9b05ff5

File tree

1 file changed

+1
-3
lines changed
  • packages/tanstackstart-solid/src/server

1 file changed

+1
-3
lines changed

packages/tanstackstart-solid/src/server/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ export function createStoreEnhancer() {
2929
* A passthrough error boundary wrapper for the server that doesn't depend on any react. Error boundaries don't catch
3030
* SSR errors so they should simply be a passthrough.
3131
*/
32-
export function withErrorBoundary<P extends Record<string, unknown>>(
33-
WrappedComponent: Component<P>,
34-
): Component<P> {
32+
export function withErrorBoundary<P extends Record<string, unknown>>(WrappedComponent: Component<P>): Component<P> {
3533
return WrappedComponent;
3634
}
3735

0 commit comments

Comments
 (0)