Fix StyleCI spacing

This commit is contained in:
Willem de Groot 2018-01-06 12:03:02 +01:00
parent d613e5293c
commit 257fb93d03

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