Skip to content

Commit a270e37

Browse files
committed
Fix formatting
1 parent 8564f6a commit a270e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal_itp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function SciMLBase.solve(prob::IntervalNonlinearProblem{IP, Tuple{T, T}}, alg::I
7474
left, fl = xp, yp
7575
else
7676
return SciMLBase.build_solution(
77-
prob, alg, xp, yps; retcode = ReturnCode.Success, left=xp, right=xp
77+
prob, alg, xp, yps; retcode = ReturnCode.Success, left = xp, right = xp
7878
)
7979
end
8080

0 commit comments

Comments
 (0)