mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix go format error (#13212)
Signed-off-by: yun.zhang <yun.zhang@zilliz.com> Co-authored-by: yun.zhang <yun.zhang@zilliz.com>pull/13215/head
parent
255be8f4a8
commit
0a99e1aeba
|
@ -411,7 +411,7 @@ func (kv *EtcdKV) CompareVersionAndSwap(key string, source int64, target string,
|
|||
return err
|
||||
}
|
||||
if !resp.Succeeded {
|
||||
return fmt.Errorf("function CompareAndSwap error for compare is false for key: %s," +
|
||||
return fmt.Errorf("function CompareAndSwap error for compare is false for key: %s,"+
|
||||
" source version: %d, target version: %s", key, source, target)
|
||||
}
|
||||
CheckElapseAndWarn(start, "Slow etcd operation compare version and swap")
|
||||
|
|
Loading…
Reference in New Issue