Skip to content

Commit

Permalink
all: Run gofumpt -l -w .
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Aug 7, 2024
1 parent 97bfde9 commit 61e9648
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/libwebp/a__encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ type (
//
// Any src that isn't one of *image.RGBA, *image.NRGBA, or *image.Gray
// will be converted to *image.NRGBA using draw.Draw first.
//
func Encode(w io.Writer, src image.Image, o webpoptions.EncodingOptions) error {
config, err := encodingOptionsToCConfig(o)
if err != nil {
Expand Down
1 change: 0 additions & 1 deletion libwebp/encode.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
//
// Any src that isn't one of *image.RGBA, *image.NRGBA, or *image.Gray
// will be converted to *image.NRGBA using draw.Draw first.
//
func Encode(w io.Writer, src image.Image, o webpoptions.EncodingOptions) error {
return libwebp.Encode(w, src, o)
}

0 comments on commit 61e9648

Please sign in to comment.