formatting README.md
@ -443,7 +443,8 @@ char *create_monitor_with_helpers(void)
}
string = cJSON_Print(monitor);
if (string == NULL) {
if (string == NULL)
{
fprintf(stderr, "Failed to print monitor.\n");
The note is not visible to the blocked user.