From 4775bd84982f54f893a579717f9894f5c15e1555 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 26 May 2014 09:39:14 +0200 Subject: [PATCH] Make the output of the cluster check more readable. Fixes #6299 --- lib/methods/clusterchecktask.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/methods/clusterchecktask.cpp b/lib/methods/clusterchecktask.cpp index 96a512649..51cc0c65c 100644 --- a/lib/methods/clusterchecktask.cpp +++ b/lib/methods/clusterchecktask.cpp @@ -82,7 +82,7 @@ String ClusterCheckTask::FormatArray(const Array::Ptr& arr) if (first) first = false; else - str += ","; + str += ", "; str += Convert::ToString(value); } -- 2.40.0