未验证 提交 fc0a34f4 编写于 作者: B bigsheeper 提交者: GitHub

[skip ci] Fix golint error for segmentDelete (#11855)

Signed-off-by: Nbigsheeper <yihao.dai@zilliz.com>
上级 5e19629b
......@@ -674,7 +674,7 @@ func (s *Segment) segmentDelete(offset int64, entityIDs *[]UniqueID, timestamps
}
if len(*entityIDs) != len(*timestamps) {
return errors.New("Length of entityIDs not equal to length of timestamps")
return errors.New("length of entityIDs not equal to length of timestamps")
}
var cOffset = C.long(offset)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册