Skip to content

Commit c6c35d8

Browse files
formatting
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c794ff4 commit c6c35d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug_utils.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ A 2-tuple with the following elements:
698698
function gen_evaluator_call_with_types(
699699
model::Model,
700700
varinfo::AbstractVarInfo=VarInfo(model),
701-
context::AbstractContext=DefaultContext()
701+
context::AbstractContext=DefaultContext(),
702702
)
703703
args, kwargs = DynamicPPL.make_evaluate_args_and_kwargs(model, varinfo, context)
704704
return if isempty(kwargs)

0 commit comments

Comments
 (0)