mirror of https://mirror.osredm.com/root/redis.git
Restore newline at the end of redis-cli.c
This commit is contained in:
parent
ebf1acd33c
commit
453e01a091
|
@ -8062,4 +8062,5 @@ int main(int argc, char **argv) {
|
||||||
} else {
|
} else {
|
||||||
return noninteractive(argc,convertToSds(argc,argv));
|
return noninteractive(argc,convertToSds(argc,argv));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue