fix comment

pull/1314/head
Darien Raymond 2018-10-14 20:18:02 +02:00
parent 99d661882a
commit 7d3aabbd8d
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ func (d *syncDispatcher) Set(disp routing.Dispatcher) {
d.Lock()
defer d.Unlock()
common.Close(d.Dispatcher) // nolint: errorcheck
common.Close(d.Dispatcher) // nolint: errcheck
d.Dispatcher = disp
}