mirror of
https://github.com/redis/go-redis.git
synced 2025-12-02 06:22:31 +03:00
fix linter
This commit is contained in:
@@ -45,7 +45,6 @@ const (
|
||||
var (
|
||||
validFromInUse = []ConnState{StateInUse}
|
||||
validFromCreatedOrIdle = []ConnState{StateCreated, StateIdle}
|
||||
validFromCreatedOrInUse = []ConnState{StateCreated, StateInUse}
|
||||
validFromCreatedInUseOrIdle = []ConnState{StateCreated, StateInUse, StateIdle}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user