Formatting with gofumpt

This commit is contained in:
9seconds
2026-03-12 19:13:33 +01:00
parent 00403e3a94
commit ffd3ab03cc
6 changed files with 23 additions and 31 deletions
+1 -2
View File
@@ -13,8 +13,7 @@ import (
"github.com/stretchr/testify/suite"
)
type SimpleNetwork struct {
}
type SimpleNetwork struct{}
func (s SimpleNetwork) Dial(network, address string) (essentials.Conn, error) {
return s.DialContext(context.Background(), network, address)