From f82d8c38c867de17dd517cd4b7f3128782698a37 Mon Sep 17 00:00:00 2001 From: Attila Kovacs Date: Wed, 4 Sep 2024 14:52:12 +0200 Subject: [PATCH] delete some epmty lines --- src/redisx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/redisx.c b/src/redisx.c index 4712060..8c50dbf 100644 --- a/src/redisx.c +++ b/src/redisx.c @@ -335,8 +335,6 @@ int redisxLoadScript(Redis *redis, const char *script, char **sha1) { return X_SUCCESS; } - - /** * Returns the current time on the Redis server instance. *