gofmt fix
This commit is contained in:
parent
58f64045e4
commit
8fcc9f67d8
@ -185,7 +185,7 @@ func (image *dockerImageAnalyzer) Analyze() (*AnalysisResult, error) {
|
||||
break
|
||||
}
|
||||
}
|
||||
if histIdx < len(config.History) && !config.History[histIdx].EmptyLayer {
|
||||
if histIdx < len(config.History) && !config.History[histIdx].EmptyLayer {
|
||||
historyObj = config.History[histIdx]
|
||||
histIdx++
|
||||
}
|
||||
@ -201,7 +201,6 @@ func (image *dockerImageAnalyzer) Analyze() (*AnalysisResult, error) {
|
||||
tarPathIdx++
|
||||
}
|
||||
|
||||
|
||||
efficiency, inefficiencies := filetree.Efficiency(image.trees)
|
||||
|
||||
var sizeBytes, userSizeBytes uint64
|
||||
|
Loading…
x
Reference in New Issue
Block a user