Merge "Make autoblocks update with the parent block"
[lhc/web/wiklou.git] / includes / actions / DeleteAction.php
index db7123d..069d570 100644 (file)
@@ -43,7 +43,5 @@ class DeleteAction extends FormlessAction {
        public function show() {
 
                $this->page->delete();
-
        }
-
 }