Skip to content

Commit 748ed97

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 9dab5a1 + 1a253e3 commit 748ed97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DiffEqBase"
22
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
33
authors = ["Chris Rackauckas <[email protected]>"]
4-
version = "6.34.1"
4+
version = "6.34.2"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

src/solve.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ function solve_call(_prob,args...;merge_callbacks = true, kwargs...)
5555
x = maybe_with_logger(logger) do
5656
__solve(_prob,args...; kwargs...)
5757
end
58-
return x::T
58+
return x#::T
5959
else
60-
__solve(_prob,args...; kwargs...)::T
60+
__solve(_prob,args...; kwargs...)#::T
6161
end
6262

6363
end

0 commit comments

Comments
 (0)