chore: typo fix

This commit is contained in:
Antoine Aflalo
2025-09-10 09:02:42 -04:00
parent 6b92336ba1
commit 51af843432

View File

@@ -11,7 +11,7 @@ import (
)
func main() {
fmt.Println("Setting up WebP encoder for tests...")
fmt.Println("Setting up WebP encoder ...")
if err := webp.PrepareEncoder(); err != nil {
log.Fatalf("Failed to prepare WebP encoder: %v", err)
}