Skip to content

Commit b057a7c

Browse files
committed
🤖 Format .jl files
1 parent 83bc164 commit b057a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/R2N.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function R2N(
134134

135135
λmax, found_λ = opnorm(Bk)
136136
found_λ || error("operator norm computation failed")
137-
ν = θ / (σk + λmax)
137+
ν = θ / (σk + λmax)
138138
sqrt_ξ1_νInv = one(R)
139139

140140
optimal = false

0 commit comments

Comments
 (0)