[skip ci]Fix conf adapter go fmt (#9376)

Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>
pull/9382/head
godchen 2021-10-07 10:30:18 +08:00 committed by GitHub
parent b07025bb72
commit 9454f3529d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ var supportDimPerSubQuantizer = []int{32, 28, 24, 20, 16, 12, 10, 8, 6, 4, 3, 2,
var supportSubQuantizer = []int{96, 64, 56, 48, 40, 32, 28, 24, 20, 16, 12, 8, 4, 3, 2, 1} // const var supportSubQuantizer = []int{96, 64, 56, 48, 40, 32, 28, 24, 20, 16, 12, 8, 4, 3, 2, 1} // const
type ConfAdapter interface { type ConfAdapter interface {
// CheckTrain returns true if the index can be built with the spcecific index parameters. // CheckTrain returns true if the index can be built with the specific index parameters.
CheckTrain(map[string]string) bool CheckTrain(map[string]string) bool
} }