forked from toolshed/abra
		
	chore: squash formatting issue
This commit is contained in:
		| @ -287,7 +287,7 @@ func getImageVersions(recipe recipe.Recipe) map[string]string { | ||||
|  | ||||
| 	var services = make(map[string]string) | ||||
| 	for _, service := range recipe.Config.Services { | ||||
| 		if (service.Image == "") { | ||||
| 		if service.Image == "" { | ||||
| 			continue | ||||
| 		} | ||||
| 		srv := strings.Split(service.Image, ":") | ||||
|  | ||||
		Reference in New Issue
	
	Block a user