зеркало из https://github.com/microsoft/docker.git
Replaced leading spaces with tabs.
This commit is contained in:
Родитель
07324a37eb
Коммит
33e4d73629
4
api.go
4
api.go
|
@ -311,9 +311,9 @@ func getContainersJSON(srv *Server, version float64, w http.ResponseWriter, r *h
|
||||||
outs2 = append(outs2, ctnr.ToLegacy())
|
outs2 = append(outs2, ctnr.ToLegacy())
|
||||||
}
|
}
|
||||||
|
|
||||||
return writeJSON(w, http.StatusOK, outs2)
|
return writeJSON(w, http.StatusOK, outs2)
|
||||||
} else {
|
} else {
|
||||||
return writeJSON(w, http.StatusOK, outs)
|
return writeJSON(w, http.StatusOK, outs)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче