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

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/12666/head
xige-16 2021-12-02 22:53:40 +08:00 committed by GitHub
parent d237edd846
commit 0e48ac19e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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() {