Skip to content

Commit 30e7447

Browse files
bvdmitrigithub-actions[bot]
authored andcommitted
🤖 Auto-format Julia code
1 parent c8bd327 commit 30e7447

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ReactiveMP.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ include("rules/predefined.jl")
100100
include("rules/fallbacks.jl")
101101

102102
function __init__()
103-
104103
Base.Experimental.register_error_hint(MethodError) do io, exc, argtypes, kwargs
105104
if exc.f == ReactiveMP.factornode && length(argtypes) >= 2 && argtypes[1] == ReactiveMP.UndefinedNodeFunctionalForm
106105
errmsg = """

0 commit comments

Comments
 (0)