Skip to content

Commit 173fc49

Browse files
refactor: format
1 parent 19a5c73 commit 173fc49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/deprecations.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ end
1212
const ODESystem = IntermediateDeprecationSystem
1313

1414
function IntermediateDeprecationSystem(args...; kwargs...)
15-
Base.depwarn("`ODESystem(args...; kwargs...)` is deprecated. Use `System(args...; kwargs...) instead`.", :ODESystem)
15+
Base.depwarn(
16+
"`ODESystem(args...; kwargs...)` is deprecated. Use `System(args...; kwargs...) instead`.",
17+
:ODESystem)
1618

1719
return System(args...; kwargs...)
1820
end

0 commit comments

Comments
 (0)