Skip to content

Commit 99fb153

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/ext/DynamicPPLJETExt.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@
6565
f_eval, argtypes_eval = DynamicPPL.DebugUtils.gen_evaluator_call_with_types(
6666
model, varinfo_typed, SamplingContext()
6767
)
68-
@show JET.report_call(f_eval, argtypes_eval; target_modules=(JET.AnyFrameModule(DynamicPPL),))
68+
@show JET.report_call(
69+
f_eval, argtypes_eval; target_modules=(JET.AnyFrameModule(DynamicPPL),)
70+
)
6971
@show JET.report_call(f_eval, argtypes_eval)
7072
end
7173
# They should all result in typed.

0 commit comments

Comments
 (0)