[skip ci]Fix golint in indexcoord/prama_table.go (#9229)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/9234/head
cai.zhang 2021-10-04 21:36:01 +08:00 committed by GitHub
parent a441e29c82
commit 325dbc59cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ func (pt *ParamTable) initServiceAddress() {
pt.ServiceAddress = ret
}
// initServerMaxSendSize initializes the max send size of IndexCoord service.
func (pt *ParamTable) initServerMaxSendSize() {
var err error