IcingaObject: generate an empty line between objects

This commit is contained in:
Thomas Gelf 2015-06-11 22:49:06 +02:00
parent a250d4730b
commit ccca0f85b0
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ abstract class IcingaObject extends DbObject
protected function renderSuffix() protected function renderSuffix()
{ {
return "}\n"; return "}\n\n";
} }
/** /**