virhashtest: Drop useless new line

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Michal Privoznik 2019-05-03 10:30:44 +02:00
parent e3511ee5ec
commit 76dcc854f9

View File

@ -47,9 +47,6 @@ testHashInit(int size)
}
}
if (size && size != virHashTableSize(hash))
VIR_TEST_DEBUG("\n");
return hash;
}