Просмотр исходного кода

style(test-runtime): drop a trailing space

imccyu 1 месяц назад
Родитель
Сommit
9d9cdd640e
1 измененных файлов с 1 добавлено и 1 удалено
  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)
       })
     }