[skip ci]Fix golint for Run in distributed/querynode/service.go (#9816)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2021-10-13 19:30:34 +08:00 committed by GitHub
parent 1cd12e2b83
commit ba6ea3df7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,6 +223,7 @@ func (s *Server) startGrpcLoop(grpcPort int) {
}
// Run initializes and starts QueryNode's grpc service.
func (s *Server) Run() error {
if err := s.init(); err != nil {