mirror of
https://github.com/flarum/core.git
synced 2025-07-19 07:41:22 +02:00
Fix StyleCI spacing
This commit is contained in:
@@ -382,7 +382,7 @@ class FrontendView
|
||||
|
||||
protected function buildFootContent($customFooterHtml)
|
||||
{
|
||||
return implode("\n", $this->foot) . "\n" . $customFooterHtml;
|
||||
return implode("\n", $this->foot)."\n".$customFooterHtml;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user