Skip to content
Snippets Groups Projects
Commit 31286e48 authored by AlexStocks's avatar AlexStocks
Browse files

Mod: gofmt

parent 1134a4a0
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,7 @@ func (c *Client) call(ct CallType, request *Request, response *Response, callbac
if session == nil {
return errSessionNotExist
}
defer func () {
defer func() {
if err == nil {
c.pool.put(conn)
return
......
......@@ -22,8 +22,8 @@ import (
)
import (
perrors "github.com/pkg/errors"
"github.com/dubbogo/getty"
perrors "github.com/pkg/errors"
)
type (
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment