hot fix display in parallel pull and go fmt

This commit is contained in:
Victor Vieux 2013-08-15 11:42:40 +00:00
parent e55267bc99
commit ecd70a1948
2 changed files with 1 additions and 2 deletions

View file

@ -162,7 +162,6 @@ func (r *Registry) GetRemoteHistory(imgID, registry string, token []string) ([]s
// Check if an image exists in the Registry
func (r *Registry) LookupRemoteImage(imgID, registry string, token []string) bool {
req, err := r.reqFactory.NewRequest("GET", registry+"images/"+imgID+"/json", nil)
if err != nil {
return false

View file

@ -343,4 +343,4 @@ func TestWait(t *testing.T) {
<-c
}
//*/
//*/