Restore newline at the end of redis-cli.c

This commit is contained in:
antirez 2020-03-13 16:21:55 +01:00
parent ebf1acd33c
commit 453e01a091

View File

@ -8063,3 +8063,4 @@ int main(int argc, char **argv) {
return noninteractive(argc,convertToSds(argc,argv)); return noninteractive(argc,convertToSds(argc,argv));
} }
} }