From 9f6694d8b4219fb1ade9899f264da52f388368ad Mon Sep 17 00:00:00 2001 From: andreacappelletti97 Date: Mon, 10 Apr 2023 13:38:29 -0500 Subject: [PATCH] Fix comment formatting --- dax/controller/http/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dax/controller/http/handler.go b/dax/controller/http/handler.go index bbd18a205..83e8c24d2 100644 --- a/dax/controller/http/handler.go +++ b/dax/controller/http/handler.go @@ -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