Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Fix comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacappelletti97 committed Apr 10, 2023
1 parent cf418eb commit 9f6694d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dax/controller/http/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f6694d

Please sign in to comment.