fix indentation in test module
Signed-off-by: Karthik Subbarao <karthikrs2021@gmail.com>
This commit is contained in:
parent
4ce6bf3915
commit
93acad9f71
@ -406,9 +406,9 @@ int ValkeyModule_OnLoad(ValkeyModuleCtx *ctx, ValkeyModuleString **argv, int arg
|
||||
return VALKEYMODULE_ERR;
|
||||
|
||||
if (ValkeyModule_CreateCommand(ctx,"propagate-test.obeyed",
|
||||
propagateTestObeyed,
|
||||
"",1,1,1) == VALKEYMODULE_ERR)
|
||||
return VALKEYMODULE_ERR;
|
||||
propagateTestObeyed,
|
||||
"",1,1,1) == VALKEYMODULE_ERR)
|
||||
return VALKEYMODULE_ERR;
|
||||
|
||||
return VALKEYMODULE_OK;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user