[skip ci] Fix golint error in indexcoord (#9041)

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
zhenshan.cao 2021-10-01 23:34:20 +08:00 committed by GitHub
parent ac7c22d84e
commit cf93fadabc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -292,7 +292,7 @@ func (sched *TaskScheduler) Start() error {
return nil
}
// Start closes the task scheduler of indexing tasks.
// Close closes the task scheduler of indexing tasks.
func (sched *TaskScheduler) Close() {
sched.cancel()
sched.wg.Wait()