From 9d9cdd640e76350bccf755587f2f9ca89acb18ad Mon Sep 17 00:00:00 2001 From: imccyu <276526105+imccyu@users.noreply.github.com> Date: Wed, 29 Jul 2026 00:09:40 +0800 Subject: [PATCH] style(test-runtime): drop a trailing space --- packages/client/test-runtime/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/test-runtime/src/index.ts b/packages/client/test-runtime/src/index.ts index 2b9ea6afd0..1b70e10d79 100644 --- a/packages/client/test-runtime/src/index.ts +++ b/packages/client/test-runtime/src/index.ts @@ -311,7 +311,7 @@ export class SlotTestRuntime { } const install = (next: object): void => { // Synchronous cell write inside act: the frame re-renders through uSES. - act(() => { + act(() => { this.ownerCell.set(key, next) }) }