mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
Whitespace
This commit is contained in:
parent
8c78600841
commit
6d3db4732a
@ -166,7 +166,7 @@ class Pane implements Widget
|
||||
{
|
||||
$html = PHP_EOL;
|
||||
foreach ($this->components as $component) {
|
||||
$html .= PHP_EOL.$component->render($view);
|
||||
$html .= PHP_EOL . $component->render($view);
|
||||
}
|
||||
return $html;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user