未验证 提交 0e48ac19 编写于 作者: X xige-16 提交者: GitHub

[skip ci]Fix golint for isOnline (#12664)

Signed-off-by: Nxige-16 <xi.ge@zilliz.com>
上级 d237edd8
......@@ -726,7 +726,7 @@ func (c *queryNodeCluster) isOnline(nodeID int64) (bool, error) {
return node.isOnline(), nil
}
return false, fmt.Errorf("IsOnline: query node %d not exist", nodeID)
return false, fmt.Errorf("isOnline: query node %d not exist", nodeID)
}
//func (c *queryNodeCluster) printMeta() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册