[skip e2e] Improve annotation (#14564)

Signed-off-by: Xieql <qianglong.xie@zilliz.com>
pull/14607/merge
Xieql 2021-12-30 16:33:41 +08:00 committed by GitHub
parent eed0c95181
commit 1c19aec7a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ func VerifyResponse(response interface{}, err error) error {
}
switch resp := response.(type) {
case Response:
// note that resp will not be nil here, since it's still a interface
// note that resp will not be nil here, since it's still an interface
if resp.GetStatus() == nil {
return errNilStatusResponse
}