Explorar el Código

fix lint error

itizawa hace 6 años
padre
commit
2b89726397
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/server/routes/index.js

+ 1 - 1
src/server/routes/index.js

@@ -31,7 +31,7 @@ module.exports = function(crowi, app) {
   const isInstalled = crowi.configManager.getConfig('crowi', 'app:installed');
 
   /* eslint-disable max-len, comma-spacing, no-multi-spaces */
-  
+
   app.get('/'                        , middlewares.applicationInstalled, loginRequired , page.showTopPage);
 
   // API v3