[skip ci]Fix golint error for Run in QueryCoord (#10679)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2021-10-26 19:08:24 +08:00 committed by GitHub
parent 3734ff49ac
commit a36c35d40e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,7 @@ func NewServer(ctx context.Context, factory msgstream.Factory) (*Server, error)
}, nil
}
// Run initializes and starts QueryCoord's grpc service.
func (s *Server) Run() error {
if err := s.init(); err != nil {