Skip to content

Commit 88c170a

Browse files
committed
Add missing new line
1 parent ab4c242 commit 88c170a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/redismodule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1711,4 +1711,4 @@ static int RedisModule_Init(RedisModuleCtx *ctx, const char *name, int ver, int
17111711
#define RMAPI_FUNC_SUPPORTED(func) (func != NULL)
17121712

17131713
#endif /* REDISMODULE_CORE */
1714-
#endif /* REDISMODULE_H */
1714+
#endif /* REDISMODULE_H */

0 commit comments

Comments
 (0)