Merge "mediawiki.ui: Add right padding to .agora-field-styling()"
[lhc/web/wiklou.git] / includes / actions / RenderAction.php
index 3d244fb..c9b3f8f 100644 (file)
@@ -43,7 +43,5 @@ class RenderAction extends FormlessAction {
        public function show() {
 
                $this->page->render();
-
        }
-
 }