Add missing whitespace

This commit is contained in:
Matt Joiner 2017-11-04 17:08:02 +11:00
parent 9bf50493c3
commit f12058fc74
1 changed files with 1 additions and 0 deletions

View File

@ -1153,6 +1153,7 @@ func (c *connection) deleteRequest(r request) bool {
delete(c.requests, r)
return true
}
func (c *connection) tickleWriter() {
c.writerCond.Broadcast()
}