Skip to content

Commit 6f5c2fc

Browse files
committed
🤖 Format .jl files
1 parent 9686d33 commit 6f5c2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function normest(S, tol = -1, maxiter = 100)
3535
x ./= e
3636
e_0 = zero(e)
3737
Sx = zeros(eltype(S), n)
38-
38+
3939
while abs(e - e_0) > tol * e
4040
e_0 = e
4141
mul!(Sx, S, x)

0 commit comments

Comments
 (0)