зеркало из https://github.com/golang/tools.git
removes blank lines
This commit is contained in:
Родитель
9c1eeb9faf
Коммит
6606c0b63a
|
@ -224,10 +224,8 @@ func listHandler(w http.ResponseWriter, r *http.Request) {
|
|||
|
||||
if r.URL.Query().Get("mode") == "json" {
|
||||
w.Header().Set("Content-Type", "application/json")
|
||||
|
||||
enc := json.NewEncoder(w)
|
||||
enc.SetIndent("", " ")
|
||||
|
||||
if err := enc.Encode(d.Stable); err != nil {
|
||||
log.Errorf(c, "failed rendering JSON for releases: %v", err)
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче