Browse Source

Too many spaces!

Taichi Masuyama 3 năm trước cách đây
mục cha
commit
2f3fd7c2d5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      packages/app/src/server/models/obsolete-page.js

+ 0 - 1
packages/app/src/server/models/obsolete-page.js

@@ -787,7 +787,6 @@ export const getPageSchema = (crowi) => {
       grantedUsers: grant === PageGrant.GRANT_OWNER ? [user._id] : null,
     });
 
-
   };
 
   pageSchema.statics.removeByPath = function(path) {