Add end of line to api.go

This commit is contained in:
Hector Sanjuan 2023-05-11 12:10:50 +02:00 committed by GitHub
parent 093d234da9
commit 9cb2219636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -857,4 +857,4 @@ func (api *API) SetKeepAlivesEnabled(b bool) {
func (api *API) HealthHandler(w http.ResponseWriter, r *http.Request){
api.SendResponse(w,http.StatusNoContent,nil,nil)
}
}