Browse Source

clean code

Yuki Takei 8 năm trước cách đây
mục cha
commit
951ff3d631
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      lib/routes/page.js

+ 2 - 1
lib/routes/page.js

@@ -1054,7 +1054,8 @@ module.exports = function(crowi, app) {
 
       if (isRecursively) {
         return Page.revertDeletedPageRecursively(pageData, req.user);
-      } else {
+      }
+      else {
       // TODO: これでいいんだっけ
         return Page.revertDeletedPage(pageData, req.user);
       }