From 07c75f60f3fe0b300fd7913bab3d2d7e612afb03 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 13 Mar 2020 16:21:55 +0100 Subject: [PATCH] Restore newline at the end of redis-cli.c --- src/redis-cli.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/redis-cli.c b/src/redis-cli.c index b44db9a1e..7ad80c0a1 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -8062,4 +8062,5 @@ int main(int argc, char **argv) { } else { return noninteractive(argc,convertToSds(argc,argv)); } -} \ No newline at end of file +} +