Skip to content

Commit 2d4f576

Browse files
authored
Update simpleredis.go
1 parent bc51fcb commit 2d4f576

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

simpleredis.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ func (sr *SimpleRedis) askRedis(cmd redisCmd, channel chan redisCmd) redisCmd {
122122
}
123123
read, _ = reader.ReadLineBytes()
124124
return redisCmd{Data: read}
125-
126125
}
127126
}
128127
}

0 commit comments

Comments
 (0)