Skip to content

Commit d7b9874

Browse files
committed
gofmt
1 parent 1a0663b commit d7b9874

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var (
3232

3333
log = logging.Logger("rpc")
3434

35-
_defaultHTTPClient = &http.Client{
35+
_defaultHTTPClient = &http.Client{
3636
Transport: &http.Transport{
3737
Proxy: http.ProxyFromEnvironment,
3838
DialContext: (&net.Dialer{

server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919

2020
// RPCServer provides a jsonrpc 2.0 http server handler
2121
type RPCServer struct {
22-
methods map[string]rpcHandler
22+
methods map[string]rpcHandler
2323

2424
// aliasedMethods contains a map of alias:original method names.
2525
// These are used as fallbacks if a method is not found by the given method name.

0 commit comments

Comments
 (0)