feed the linter

This commit is contained in:
Patrick Devine 2024-09-25 13:08:08 -07:00
parent f8ed545cbb
commit 5da1043680

View File

@ -229,7 +229,7 @@ func Preprocess(imageData []byte) ([]float32, int, error) {
var aspectRatioIndex int
for n, r := range supportedRatios {
if r == aspectRatio {
aspectRatioIndex = n+1
aspectRatioIndex = n + 1
break
}
}