Skip to content

Commit ba26318

Browse files
committed
Run formatter
1 parent ee15d80 commit ba26318

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pseudotransient.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function perform_step!(cache::PseudoTransientCache{iip}) where {iip}
110110

111111
inv_α = inv(cache.alpha)
112112
if cache.J isa SciMLOperators.AbstractSciMLOperator
113-
A = cache.J - inv_α * I
113+
A = cache.J - inv_α * I
114114
elseif setindex_trait(cache.J) === CanSetindex()
115115
if fast_scalar_indexing(cache.J)
116116
@inbounds for i in axes(cache.J, 1)

src/trustRegion.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,4 +567,4 @@ function __rfunc(r::R, c2::R, M::R, γ1::R, γ2::R, β::R) where {R <: Real}
567567
return ifelse(r c2,
568568
(2 * (M - 1 - γ2) * atan(r - c2) + (1 + γ2)) / R(π),
569569
(1 - γ1 - β) * (exp(r - c2) + β / (1 - γ1 - β)))
570-
end
570+
end

0 commit comments

Comments
 (0)