Skip to content

Commit ef125bc

Browse files
Update src/solve.jl
1 parent 1ea2b9a commit ef125bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function DiffEqBase.__solve(jump_prob::DiffEqBase.AbstractJumpProblem; kwargs...
1818
end
1919

2020
function DiffEqBase.__init(_jump_prob::DiffEqBase.AbstractJumpProblem{P},
21-
alg::DiffEqBase.DEAlgorithm};
21+
alg::DiffEqBase.DEAlgorithm;
2222
callback = nothing, seed = nothing,
2323
alias_jump = Threads.threadid() == 1,
2424
kwargs...) where {P}

0 commit comments

Comments
 (0)