Skip to content

Commit 09c1ae1

Browse files
committed
all: Run gofumpt -l -w
1 parent a20a4da commit 09c1ae1

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

‎internal/libwebp/a__cgo.go‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !dev
12
// +build !dev
23

34
package libwebp

‎internal/libwebp/a__cgo_dev.go‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build dev
12
// +build dev
23

34
package libwebp

‎internal/libwebp/a__cgo_src.go‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !dev
12
// +build !dev
23

34
package libwebp

‎libwebp/encode_test.go‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,8 @@ func BenchmarkEncode(b *testing.B) {
142142
b.Fatal(err)
143143
}
144144
}
145-
146145
})
147146
}
148-
149147
}
150148

151149
// Just to have something to compare with.

‎libwebp/webpoptions/options.go‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const (
1212
type (
1313
EncodingPreset int
1414
EncodingOptions struct {
15-
1615
// Quality is a number between 0 and 100. Set to 0 for lossless.
1716
Quality int
1817

0 commit comments

Comments
 (0)