FB-1188 - format server.go

This commit is contained in:
Hoang Pham 2022-03-03 17:14:41 -06:00
parent 5314f24bb1
commit 4f32938ec8

View file

@ -652,7 +652,6 @@ func (s *Server) Open() error {
return errors.Wrap(err, "setting nodeState")
}
if ok := s.addToWaitGroup(4); !ok {
return fmt.Errorf("closing server while opening server is NOT allowed")
}