[skip ci]Fix golint error for Run in rootcoord (#11727)

Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
pull/11745/head
cai.zhang 2021-11-12 18:01:14 +08:00 committed by GitHub
parent 3b3cd61be6
commit 55e9fa1cfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ func (s *Server) setClient() {
}
}
// Run initializes and starts RootCoord's grpc service.
func (s *Server) Run() error {
if err := s.init(); err != nil {
return err