1
0
mirror of https://github.com/flarum/core.git synced 2025-07-29 12:40:40 +02:00

Fix StyleCI spacing

This commit is contained in:
Willem de Groot
2018-01-06 12:03:02 +01:00
parent e774baf32f
commit 5af65dede1

View File

@@ -382,7 +382,7 @@ class FrontendView
protected function buildFootContent($customFooterHtml)
{
return implode("\n", $this->foot) . "\n" . $customFooterHtml;
return implode("\n", $this->foot)."\n".$customFooterHtml;
}
/**