Skip to content

Commit 7b2c3d9

Browse files
JoeyT1994mtfishman
andauthored
Update src/caches/abstractbeliefpropagationcache.jl
Co-authored-by: Matt Fishman <[email protected]>
1 parent 5ec0710 commit 7b2c3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/caches/abstractbeliefpropagationcache.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ function updated_message(
285285
end
286286

287287
function update_message(
288-
message_update_alg::Algorithm, bpc::AbstractBeliefPropagationCache, edge::PartitionEdge;
288+
message_update_alg::Algorithm, bpc::AbstractBeliefPropagationCache, edge::PartitionEdge
289289
)
290290
return set_message(bpc, edge, updated_message(message_update_alg, bpc, edge))
291291
end

0 commit comments

Comments
 (0)