1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

gofmt pass

This commit is contained in:
shin- 2013-05-10 08:52:25 -07:00 committed by Guillaume J. Charmes
parent 6c7dc1de86
commit 17ad00a35e
3 changed files with 11 additions and 12 deletions

View file

@ -691,7 +691,6 @@ func (graph *Graph) PushRepository(stdout io.Writer, remote string, localRepo Re
}
}
req2, err := http.NewRequest("PUT", auth.IndexServerAddress()+"/repositories/"+remote+"/images", bytes.NewReader(imgListJson))
if err != nil {
return err