Skip to content

Commit

Permalink
Trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
n0vad3v committed Aug 9, 2023
1 parent a95ef66 commit 1de95f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vips/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -1788,7 +1788,7 @@ func (r *ImageRef) Recomb(matrix [][]float64) error {
matrix[i] = append(matrix[i], 0)
}
} else if numBands != 3 {
return errors.New("unsupported number of bands")
return errors.New("Unsupported number of bands")
}

// Flatten the matrix
Expand Down

0 comments on commit 1de95f2

Please sign in to comment.