gofmt
							parent
							
								
									097f41245a
								
							
						
					
					
						commit
						d4a00ebecb
					
				|  | @ -665,9 +665,9 @@ type ImgData struct { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| type Registry struct { | type Registry struct { | ||||||
| 	client		  *http.Client | 	client        *http.Client | ||||||
| 	authConfig	  *auth.AuthConfig | 	authConfig    *auth.AuthConfig | ||||||
| 	reqFactory	  *utils.HTTPRequestFactory | 	reqFactory    *utils.HTTPRequestFactory | ||||||
| 	indexEndpoint string | 	indexEndpoint string | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | @ -700,4 +700,3 @@ func NewRegistry(authConfig *auth.AuthConfig, factory *utils.HTTPRequestFactory, | ||||||
| 	r.reqFactory = factory | 	r.reqFactory = factory | ||||||
| 	return r, nil | 	return r, nil | ||||||
| } | } | ||||||
| 
 |  | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue