Skip to content

Commit c0eac1c

Browse files
committed
Format stabilized transition test
Include the formatting change applied by the pre-commit hook so the worktree stays clean. Made-with: Cursor
1 parent 5f52783 commit c0eac1c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

packages/solid/web/test/transition.spec.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ describe("Transition memo stale read (#2046)", () => {
4545
</>
4646
);
4747
}
48-
return (
49-
<Suspense fallback="loading">
50-
{showDetail() && <RouteComponent />}
51-
</Suspense>
52-
);
48+
return <Suspense fallback="loading">{showDetail() && <RouteComponent />}</Suspense>;
5349
}, div);
5450

5551
// Wait for initial resource to resolve

0 commit comments

Comments
 (0)