style(test-runtime): drop a trailing space

This commit is contained in:
imccyu
2026-07-29 00:09:40 +08:00
parent 48518ea850
commit 9d9cdd640e

View File

@@ -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)
})
}