瀏覽代碼

remove empty line

yohei0125 4 年之前
父節點
當前提交
d9f74fb1e9
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      packages/app/test/integration/service/v5.page.test.ts

+ 0 - 2
packages/app/test/integration/service/v5.page.test.ts

@@ -1050,7 +1050,6 @@ describe('PageService page operations with only public pages', () => {
 
       expect(newlyCreatedEmptyPage1.isEmpty).toBeTruthy();
       expect(newlyCreatedEmptyPage2.isEmpty).toBeTruthy();
-
       expect(renamedPage.isEmpty).toBe(false);
       expect(renamedPageChild.isEmpty).toBe(false);
 
@@ -1077,7 +1076,6 @@ describe('PageService page operations with only public pages', () => {
 
       expect(newlyCreatedEmptyPage1.isEmpty).toBeTruthy();
       expect(newlyCreatedEmptyPage2.isEmpty).toBeTruthy();
-
       expect(renamedPage.isEmpty).toBeTruthy();
       expect(renamedPageChild.isEmpty).toBe(false);