mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-29 21:45:21 -05:00
format code
This commit is contained in:
@@ -123,6 +123,7 @@ func (p *bufferPool) cleanup(tick <-chan time.Time) {
|
||||
select {
|
||||
case p.chain <- make([]byte, p.bufferSize):
|
||||
default:
|
||||
break
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user