style(test-runtime): drop a trailing space
This commit is contained in:
@@ -311,7 +311,7 @@ export class SlotTestRuntime {
|
|||||||
}
|
}
|
||||||
const install = (next: object): void => {
|
const install = (next: object): void => {
|
||||||
// Synchronous cell write inside act: the frame re-renders through uSES.
|
// Synchronous cell write inside act: the frame re-renders through uSES.
|
||||||
act(() => {
|
act(() => {
|
||||||
this.ownerCell.set(key, next)
|
this.ownerCell.set(key, next)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user