Browse Source

remove empty line

yohei0125 4 years ago
parent
commit
c62325e379
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/app/test/integration/models/v5.page.test.js

+ 0 - 2
packages/app/test/integration/models/v5.page.test.js

@@ -297,8 +297,6 @@ describe('Page', () => {
 
         expect(emptyPage).toBeNull();
         expect(pageAF.grant).toBe(Page.GRANT_RESTRICTED);
-
-
       });
     });
     describe('Changing grant from RESTRICTED to PUBLIC of', () => {