Fix comment formatting

This commit is contained in:
andreacappelletti97 2023-04-10 13:38:29 -05:00
parent cf418eb307
commit 9f6694d8b4

View file

@ -226,7 +226,7 @@ func (s *server) getDatabaseNumberOfWorkers(w http.ResponseWriter, r *http.Reque
DatabaseID: dax.DatabaseID(mux.Vars(r)["database-id"]),
}
//send the id into the controller, get the number of workers back
// send the id into the controller, get the number of workers back
numWorkers, err := s.controller.WorkerCount(ctx, id)
// handle error