mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Remove zere len slice declaration in flow_graph.go (#13474)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
3eb7aaaecb
commit
3cf12b3ea7
@ -29,7 +29,6 @@ func (fg *TimeTickedFlowGraph) AddNode(node Node) {
|
||||
nodeName := node.Name()
|
||||
nodeCtx := nodeCtx{
|
||||
node: node,
|
||||
inputChannels: make([]chan Msg, 0),
|
||||
downstreamInputChanIdx: make(map[string]int),
|
||||
closeCh: make(chan struct{}),
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user