Skip to content

Commit

Permalink
fix clang newline fail
Browse files Browse the repository at this point in the history
  • Loading branch information
moticless committed Sep 18, 2023
1 parent 6ff7777 commit 0e29a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext/handlersToResp.c
Original file line number Diff line number Diff line change
Expand Up @@ -651,4 +651,4 @@ _LIBRDB_API void RDBX_enumerateCmds(RdbxToResp *rdbToResp) {
_LIBRDB_API void RDBX_writeFromCmdNumber(RdbxToResp *rdbToResp, size_t cmdNum) {
rdbToResp->debug.flags |= RFLAG_WRITE_FROM_CMD_NUM;
rdbToResp->debug.writeFromCmdNum = cmdNum;
}
}

0 comments on commit 0e29a8b

Please sign in to comment.