]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Tools/Cloner.php
Added translation string for tasklist WYSIWYG action
[bookstack] / app / Entities / Tools / Cloner.php
index 59d8077a4943b3389e5486c274fedc02e7de1209..b4923b90aac1f0048c044b2cc374a8cb25b8f7b9 100644 (file)
@@ -16,7 +16,6 @@ use Illuminate\Http\UploadedFile;
 
 class Cloner
 {
-
     /**
      * @var PageRepo
      */
@@ -96,7 +95,6 @@ class Cloner
 
         $directChildren = $original->getDirectChildren();
         foreach ($directChildren as $child) {
-
             if ($child instanceof Chapter && userCan('chapter-create', $copyBook)) {
                 $this->cloneChapter($child, $copyBook, $child->name);
             }
@@ -146,5 +144,4 @@ class Cloner
 
         return $tags;
     }
-
-}
\ No newline at end of file
+}