Skip to content

Commit b93e581

Browse files
Update ext/DynamicPPLTestExt/contexts.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9b38be4 commit b93e581

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/DynamicPPLTestExt/contexts.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ end
2424
function DynamicPPL.TestUtils.TestLogModifyingChildContext(
2525
mod=1.2, context::DynamicPPL.AbstractContext=DynamicPPL.DefaultContext()
2626
)
27-
return DynamicPPL.TestUtils.TestLogModifyingChildContext{typeof(mod),typeof(context)}(mod, context)
27+
return DynamicPPL.TestUtils.TestLogModifyingChildContext{typeof(mod),typeof(context)}(
28+
mod, context
29+
)
2830
end
2931

3032
DynamicPPL.NodeTrait(::DynamicPPL.TestUtils.TestLogModifyingChildContext) = DynamicPPL.IsParent()

0 commit comments

Comments
 (0)