Add missing whitespace
This commit is contained in:
parent
9bf50493c3
commit
f12058fc74
|
@ -1153,6 +1153,7 @@ func (c *connection) deleteRequest(r request) bool {
|
|||
delete(c.requests, r)
|
||||
return true
|
||||
}
|
||||
|
||||
func (c *connection) tickleWriter() {
|
||||
c.writerCond.Broadcast()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue