Add back newlines to minimize changes

pull/10591/head
Dilan Bellinghoven 2019-02-05 07:47:29 -05:00 committed by GitHub
parent 502ac291e7
commit cb9b89015d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1082,9 +1082,11 @@ func (h *Handler) servePromRead(w http.ResponseWriter, r *http.Request, user met
h.httpError(w, err.Error(), http.StatusBadRequest)
return
}
resp := &remote.ReadResponse{
Results: []*remote.QueryResult{{}},
}
if rs == nil {
respond(resp)
return