mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Fix comment formatting
This commit is contained in:
parent
cf418eb307
commit
9f6694d8b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue