From 257fb93d038539626c7d3e1cc4181da2b109eb11 Mon Sep 17 00:00:00 2001 From: Willem de Groot Date: Sat, 6 Jan 2018 12:03:02 +0100 Subject: [PATCH] Fix StyleCI spacing --- framework/core/src/Frontend/FrontendView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/src/Frontend/FrontendView.php b/framework/core/src/Frontend/FrontendView.php index af0f454ee..45d36d12c 100644 --- a/framework/core/src/Frontend/FrontendView.php +++ b/framework/core/src/Frontend/FrontendView.php @@ -382,7 +382,7 @@ class FrontendView protected function buildFootContent($customFooterHtml) { - return implode("\n", $this->foot) . "\n" . $customFooterHtml; + return implode("\n", $this->foot)."\n".$customFooterHtml; } /**