style: format code with gofmt
This commit is contained in:
@@ -12,11 +12,11 @@ import (
|
||||
|
||||
// RoundRobinClient wraps a client and tracks round-robin usage
|
||||
type RoundRobinClient struct {
|
||||
manager *RPCManager
|
||||
ctx context.Context
|
||||
logger *logger.Logger
|
||||
lastIdx int
|
||||
readCalls int64
|
||||
manager *RPCManager
|
||||
ctx context.Context
|
||||
logger *logger.Logger
|
||||
lastIdx int
|
||||
readCalls int64
|
||||
writeCalls int64
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user