Passed
Pull Request — master (#82)
by
unknown
02:40
created
src/Controllers/ShareDraftController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
                 Versioned::set_reading_mode($oldMode);
108 108
             }
109 109
 
110
-            return str_replace('</body>', $include . '</body>', (string) $rendered->getBody());
110
+            return str_replace('</body>', $include.'</body>', (string) $rendered->getBody());
111 111
         } else {
112 112
             return $this->errorPage();
113 113
         }
Please login to merge, or discard this patch.