chore: code format revert

This commit is contained in:
Cary Xu 2022-10-11 17:50:26 +08:00
parent 02979f081d
commit 6680ed32d2
1 changed files with 0 additions and 1 deletions

View File

@ -227,7 +227,6 @@ int vnodeCommit(SVnode *pVnode) {
info.state.committed = pVnode->state.applied;
info.state.commitTerm = pVnode->state.applyTerm;
info.state.commitID = pVnode->state.commitID;
snprintf(dir, TSDB_FILENAME_LEN, "%s%s%s", tfsGetPrimaryPath(pVnode->pTfs), TD_DIRSEP, pVnode->path);
if (vnodeSaveInfo(dir, &info) < 0) {
ASSERT(0);