Skip to content

Commit ce812b1

Browse files
Format code
1 parent 2bd7150 commit ce812b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/time_evolution/time_evolution.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,13 +419,12 @@ end
419419
end
420420

421421
#TODO: Remove when a new release of SciMLBase.jl >2.104.0 is available
422-
function (f::SDEFunction)(du, u, p, t)
422+
(f::SDEFunction)(du, u, p, t) =
423423
if f.f isa AbstractSciMLOperator
424424
f.f(du, u, u, p, t)
425425
else
426426
f.f(du, u, p, t)
427427
end
428-
end
429428

430429
#######################################
431430

0 commit comments

Comments
 (0)