[skip ci] Fix go fmt error (#13538)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/13525/head
Jiquan Long 2021-12-16 20:47:14 +08:00 committed by GitHub
parent 902f6111ab
commit acbb680c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ func (s *Server) GetPartitionStatistics(ctx context.Context, request *milvuspb.G
return s.proxy.GetPartitionStatistics(ctx, request)
}
// ShowPartitions notifies Proxy to show the partitions
// ShowPartitions notifies Proxy to show the partitions
func (s *Server) ShowPartitions(ctx context.Context, request *milvuspb.ShowPartitionsRequest) (*milvuspb.ShowPartitionsResponse, error) {
return s.proxy.ShowPartitions(ctx, request)
}