mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip ci]Fix allocator init comment typo (#10370)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
ff71f53877
commit
f7a7f41706
@ -85,7 +85,7 @@ func (t *EmptyTicker) Chan() <-chan time.Time {
|
|||||||
return t.tChan
|
return t.tChan
|
||||||
}
|
}
|
||||||
|
|
||||||
// Init do nothing.
|
// Init does nothing.
|
||||||
func (t *EmptyTicker) Init() {
|
func (t *EmptyTicker) Init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user