Skip to content

Commit 5061eea

Browse files
committed
🤖 Format .jl files
1 parent 7b0a0de commit 5061eea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/krylov.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ function CgWorkspace(pv::PartitionedVector{T}) where {T}
142142
z .= (T)(0)
143143
workspace_tmp = Krylov.CgWorkspace(0, 0, Vector{T})
144144
stats = workspace_tmp.stats # <-- robust to modifications in the stats structure upstream
145-
solver = Krylov.CgWorkspace{T, T, PartitionedVector{T}}(n, n, Δx, x, r, npc_dir, p, Ap, z, true, stats)
145+
solver =
146+
Krylov.CgWorkspace{T, T, PartitionedVector{T}}(n, n, Δx, x, r, npc_dir, p, Ap, z, true, stats)
146147
return solver
147148
end
148149

0 commit comments

Comments
 (0)