Skip to content

Commit b512488

Browse files
committed
gofumpt
1 parent 7fa900d commit b512488

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

plugin/errors.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ package plugin
22

33
import "errors"
44

5-
var (
6-
ErrInvalidAddressPortPair = errors.New("invalid address:port pair")
7-
)
5+
var ErrInvalidAddressPortPair = errors.New("invalid address:port pair")

0 commit comments

Comments
 (0)