cleanup code style

This commit is contained in:
Alexander Baryshnikov 2020-09-17 19:13:54 +08:00
parent f714097f1b
commit de675ba718
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ func (mgr *Worker) Complete(requestID string) error {
select {
case mgr.reloadMeta <- struct{}{}:
default:
}
return nil
}