Browse Source

delete unnecessary space

Shun Miyazawa 2 years ago
parent
commit
5bd2d111eb
1 changed files with 0 additions and 1 deletions
  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;