indent error flow
indent error flow
This commit is contained in:
		@@ -401,9 +401,8 @@ func (ev byLastUsedAndDetected) Less(i, j int) bool {
 | 
				
			|||||||
	// Sort by last used, break ties by detected.
 | 
						// Sort by last used, break ties by detected.
 | 
				
			||||||
	if ev[i].lastUsed.Equal(ev[j].lastUsed) {
 | 
						if ev[i].lastUsed.Equal(ev[j].lastUsed) {
 | 
				
			||||||
		return ev[i].firstDetected.Before(ev[j].firstDetected)
 | 
							return ev[i].firstDetected.Before(ev[j].firstDetected)
 | 
				
			||||||
	} else {
 | 
					 | 
				
			||||||
		return ev[i].lastUsed.Before(ev[j].lastUsed)
 | 
					 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
						return ev[i].lastUsed.Before(ev[j].lastUsed)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func isImageUsed(imageID string, imagesInUse sets.String) bool {
 | 
					func isImageUsed(imageID string, imagesInUse sets.String) bool {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user