Fix some space-related phpcs warnings in includes/
[lhc/web/wiklou.git] / includes / OutputPage.php
index f90f91b..8d4720b 100644 (file)
@@ -3146,7 +3146,7 @@ class OutputPage extends ContextSource {
                        // Already handled by getExternalHeadScripts()
                        return '';
                }
-               return  $this->getScriptsForBottomQueue();
+               return $this->getScriptsForBottomQueue();
        }
 
        /**