[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
jaime 2021-12-11 22:23:13 +08:00 committed by GitHub
parent 255be8f4a8
commit 0a99e1aeba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")