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;
}
/**