format code
This commit is contained in:
parent
e6fe5045cb
commit
8df4a09922
@ -1,4 +1,3 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include "redis-acl.h"
|
||||
#include "redismodule.h"
|
||||
@ -49,7 +48,6 @@ int RedisModule_OnLoad(RedisModuleCtx *ctx, RedisModuleString **argv, int argc)
|
||||
|
||||
create_users(ctx);
|
||||
|
||||
|
||||
filter = RedisModule_RegisterCommandFilter(ctx, AuthFilter_CommandFilter, 0);
|
||||
if (filter == NULL) {
|
||||
return REDISMODULE_ERR;
|
||||
|
Loading…
Reference in New Issue
Block a user