Fixup formatting

This commit is contained in:
Matt Keeler 2018-07-12 10:14:26 -04:00
parent d63c5807cf
commit d8a4d9137b
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ func NewClientLogger(config *Config, logger *log.Logger) (*Client, error) {
shutdownCh: make(chan struct{}), shutdownCh: make(chan struct{}),
} }
c.rpcLimiter.Store(rate.NewLimiter(config.RPCRate, config.RPCMaxBurst)) c.rpcLimiter.Store(rate.NewLimiter(config.RPCRate, config.RPCMaxBurst))
if err := c.initEnterprise(); err != nil { if err := c.initEnterprise(); err != nil {
c.Shutdown() c.Shutdown()