chore: revert the extra line

This commit is contained in:
kailixu 2023-04-12 17:45:12 +08:00
parent 3bd721518d
commit 4ac4b4f0c8
1 changed files with 1 additions and 0 deletions

View File

@ -463,6 +463,7 @@ int32_t sclInitParamList(SScalarParam **pParams, SNodeList *pParamList, SScalarC
sclError("calloc %d failed", (int32_t)((*paramNum) * sizeof(SScalarParam))); sclError("calloc %d failed", (int32_t)((*paramNum) * sizeof(SScalarParam)));
SCL_ERR_RET(TSDB_CODE_OUT_OF_MEMORY); SCL_ERR_RET(TSDB_CODE_OUT_OF_MEMORY);
} }
if (pParamList) { if (pParamList) {
SNode *tnode = NULL; SNode *tnode = NULL;
int32_t i = 0; int32_t i = 0;