Skip to content

Commit 9d9dbaf

Browse files
committed
fmt
1 parent fc74ed8 commit 9d9dbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type jsonrpcReverseClient struct{ reflect.Type }
1313

1414
type ParamDecoder func(ctx context.Context, json []byte) (reflect.Value, error)
1515

16-
type MethodNameFormatter func(namespace string, method string) string
16+
type MethodNameFormatter func(namespace, method string) string
1717

1818
type ServerConfig struct {
1919
maxRequestSize int64

0 commit comments

Comments
 (0)