mirror of https://github.com/Icinga/icinga2.git
parent
7183495d89
commit
4775bd8498
|
@ -82,7 +82,7 @@ String ClusterCheckTask::FormatArray(const Array::Ptr& arr)
|
|||
if (first)
|
||||
first = false;
|
||||
else
|
||||
str += ",";
|
||||
str += ", ";
|
||||
|
||||
str += Convert::ToString(value);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue