Skip to content

Commit 8530d24

Browse files
committed
format
1 parent ab68b63 commit 8530d24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scimlfunctions.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3195,7 +3195,8 @@ function DAEFunction{iip, specialize}(f;
31953195
colorvec = __has_colorvec(f) ? f.colorvec : nothing,
31963196
sys = __has_sys(f) ? f.sys : nothing,
31973197
initializeprob = __has_initializeprob(f) ? f.initializeprob : nothing,
3198-
initializeprobmap = __has_initializeprobmap(f) ? f.initializeprobmap : nothing) where {iip,
3198+
initializeprobmap = __has_initializeprobmap(f) ? f.initializeprobmap : nothing) where {
3199+
iip,
31993200
specialize
32003201
}
32013202
if jac === nothing && isa(jac_prototype, AbstractSciMLOperator)

0 commit comments

Comments
 (0)