Skip to content

Commit 2fad439

Browse files
wouterwlnbvdmitri
andauthored
Update src/graph_engine.jl
Co-authored-by: Bagaev Dmitry <[email protected]>
1 parent 296261a commit 2fad439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph_engine.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2135,6 +2135,6 @@ postprocess_plugin(plugin, model) = nothing
21352135
function preprocess_plugins(type::AbstractPluginTraitType, model::Model, context::Context, label::NodeLabel, nodedata::NodeData, options)::Tuple{NodeLabel, NodeData}
21362136
plugins = filter(type, getplugins(model))
21372137
return foldl(plugins; init = (label, nodedata)) do (label, nodedata), plugin
2138-
return preprocess_plugin(plugin, model, context, label, nodedata, options)
2138+
return preprocess_plugin(plugin, model, context, label, nodedata, options)::Tuple{NodeLabel, NodeData}
21392139
end::Tuple{NodeLabel, NodeData}
21402140
end

0 commit comments

Comments
 (0)