Skip to content

Commit 8c150d6

Browse files
committed
fix rebase mistake
1 parent 6358a28 commit 8c150d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/DFGVariable.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ function mergeState!(v::VariableCompute, vnd::State)
733733
return 1
734734
end
735735

736-
function mergeStates!(dfg::AbstractDFG, varLabel_state_pairs::Vector{Pair{Symbol, State}})
736+
function mergeStates!(dfg::AbstractDFG, varLabel_state_pairs::Vector{<:Pair{Symbol, <:State}})
737737
cnt = asyncmap(varLabel_state_pairs) do (varLabel, state)
738738
return mergeState!(dfg, varLabel, state)
739739
end

0 commit comments

Comments
 (0)