Restore newline at the end of redis-cli.c

This commit is contained in:
antirez 2020-03-13 16:21:55 +01:00
parent 1994eda07e
commit 07c75f60f3

View File

@ -8062,4 +8062,5 @@ int main(int argc, char **argv) {
} else {
return noninteractive(argc,convertToSds(argc,argv));
}
}
}