Kaynağa Gözat

delete unnecessary space

Shun Miyazawa 2 yıl önce
ebeveyn
işleme
5bd2d111eb
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      apps/app/src/server/routes/attachment.js

+ 0 - 1
apps/app/src/server/routes/attachment.js

@@ -478,7 +478,6 @@ module.exports = function(crowi, app) {
         }
       }
 
-
       const isAclEnabled = crowi.aclService.isAclEnabled();
       const grant = isAclEnabled ? Page.GRANT_OWNER : Page.GRANT_PUBLIC;