mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix go fmt error (#13538)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/13525/head
parent
902f6111ab
commit
acbb680c91
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue