Update Client.cpp

This commit is contained in:
Alexander Kuzmenkov 2021-02-10 16:29:33 +03:00 committed by GitHub
parent 41a3cd978e
commit 87e5218c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1386,7 +1386,7 @@ private:
{
if (i)
{
fmt::print(stderr, ",");
fmt::print(stderr, ", ");
}
fmt::print(stderr, "{} = '{}'", changes[i].name,
toString(changes[i].value));