Commit e628f944 authored by antirez's avatar antirez
Browse files

Restore newline at the end of redis-cli.c

parent 5d4c4df3
...@@ -8062,4 +8062,5 @@ int main(int argc, char **argv) { ...@@ -8062,4 +8062,5 @@ int main(int argc, char **argv) {
} else { } else {
return noninteractive(argc,convertToSds(argc,argv)); return noninteractive(argc,convertToSds(argc,argv));
} }
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment