Explorar el Código

style(test-runtime): drop a trailing space

imccyu hace 1 mes
padre
commit
9d9cdd640e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/client/test-runtime/src/index.ts

+ 1 - 1
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)
       })
     }