Skip to content

Commit 61e9648

Browse files
committed
all: Run gofumpt -l -w .
1 parent 97bfde9 commit 61e9648

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

‎internal/libwebp/a__encoder.go‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ type (
105105
//
106106
// Any src that isn't one of *image.RGBA, *image.NRGBA, or *image.Gray
107107
// will be converted to *image.NRGBA using draw.Draw first.
108-
//
109108
func Encode(w io.Writer, src image.Image, o webpoptions.EncodingOptions) error {
110109
config, err := encodingOptionsToCConfig(o)
111110
if err != nil {

‎libwebp/encode.go‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import (
1313
//
1414
// Any src that isn't one of *image.RGBA, *image.NRGBA, or *image.Gray
1515
// will be converted to *image.NRGBA using draw.Draw first.
16-
//
1716
func Encode(w io.Writer, src image.Image, o webpoptions.EncodingOptions) error {
1817
return libwebp.Encode(w, src, o)
1918
}

0 commit comments

Comments
 (0)