Make sure a newline is printed after JSON object is pretty-printed.

This commit is contained in:
Jordan Bancino 2023-03-10 04:30:56 +00:00
parent 8ead9cc93a
commit fd12dee62e

View file

@ -222,6 +222,7 @@ main(int argc, char **argv)
break;
default:
JsonEncode(json, stdout, JSON_PRETTY);
printf("\n");
break;
}