[skip ci]Format schema docs (#9085)

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
pull/9087/head
yukun 2021-10-02 19:47:55 +08:00 committed by GitHub
parent cd67641bfe
commit d6835a45b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ type FieldSchema struct {
DataType DataType
TypeParams []*commonpb.KeyValuePair
IndexParams []*commonpb.KeyValuePair
AutoID bool
AutoID bool
}
```