Skip to content

Commit

Permalink
remove one line comment
Browse files Browse the repository at this point in the history
Signed-off-by: hwware <[email protected]>
  • Loading branch information
hwware committed Nov 29, 2024
1 parent bfb29d2 commit 0bfa276
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -2260,7 +2260,6 @@ int moduleIsModuleCommand(void *module_handle, struct serverCommand *cmd) {
* Once 'CONFIG REWRITE' command is called, the updated argument values can be saved into conf file.
*
* Returns:
* - VALKEYMODULE_OK on successfully updating.
* - VALKEYMODULE_ERR on failure.
*/
int VM_UpdateRuntimeArgs(ValkeyModuleCtx *ctx, ValkeyModuleString **argv, int argc) {
Expand Down

0 comments on commit 0bfa276

Please sign in to comment.