mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Replaced leading spaces with tabs. Again.
This commit is contained in:
parent
d48ea32186
commit
f4ba0d4267
1 changed files with 1 additions and 1 deletions
2
api.go
2
api.go
|
@ -535,7 +535,7 @@ func postContainersCreate(srv *Server, version float64, w http.ResponseWriter, r
|
||||||
out.Warnings = append(out.Warnings, "IPv4 forwarding is disabled.")
|
out.Warnings = append(out.Warnings, "IPv4 forwarding is disabled.")
|
||||||
}
|
}
|
||||||
|
|
||||||
return writeJSON(w, http.StatusCreated, out)
|
return writeJSON(w, http.StatusCreated, out)
|
||||||
}
|
}
|
||||||
|
|
||||||
func postContainersRestart(srv *Server, version float64, w http.ResponseWriter, r *http.Request, vars map[string]string) error {
|
func postContainersRestart(srv *Server, version float64, w http.ResponseWriter, r *http.Request, vars map[string]string) error {
|
||||||
|
|
Loading…
Reference in a new issue