IcingaObject: generate an empty line between objects
This commit is contained in:
parent
a250d4730b
commit
ccca0f85b0
|
@ -116,7 +116,7 @@ abstract class IcingaObject extends DbObject
|
||||||
|
|
||||||
protected function renderSuffix()
|
protected function renderSuffix()
|
||||||
{
|
{
|
||||||
return "}\n";
|
return "}\n\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue