Skip to content

Commit

Permalink
chore: gofumpt client_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
andyl committed Mar 14, 2024
1 parent 5e4d33f commit 3992cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ func startGnetClient(t *testing.T, cli *Client, ev *clientEvents, network, addr
c Conn
err error
)
var handler = &connHandler{
handler := &connHandler{
network: network,
rspCh: make(chan []byte, 1),
}
Expand Down

0 comments on commit 3992cea

Please sign in to comment.