Skip to content

Commit 2df7e92

Browse files
committed
Formatting
1 parent 026e500 commit 2df7e92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/caches/abstractbeliefpropagationcache.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,9 @@ function update(
284284
return update(Algorithm(alg), bpc; kwargs...)
285285
end
286286

287-
function rescale_messages(bp_cache::AbstractBeliefPropagationCache, partitionedge::PartitionEdge)
287+
function rescale_messages(
288+
bp_cache::AbstractBeliefPropagationCache, partitionedge::PartitionEdge
289+
)
288290
return rescale_messages(bp_cache, [partitionedge])
289291
end
290292

0 commit comments

Comments
 (0)