diff --git a/src/HtmlAssets.php b/src/HtmlAssets.php index 4b76c05..9186498 100644 --- a/src/HtmlAssets.php +++ b/src/HtmlAssets.php @@ -126,9 +126,7 @@ protected function compileScripts($type, $nonce) $function = "window.HtmlJS = () => { {$js} }"; - $output .= "\n\n"; + $output .= "\n\n"; } return $output;