Skip to content

Commit 5c51b38

Browse files
j-fuCopilot
andauthored
Update src/panua_pardiso.jl
fix copilot formatting nitpick Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0e99654 commit 5c51b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/panua_pardiso.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function PardisoSolver()
4242
ps = PardisoSolver(pt, iparm, dparm, mtype, solver,
4343
phase, msglvl, maxfct, mnum, perm, colptr, rowval)
4444

45-
finalizer(release!,ps)
45+
finalizer(release!, ps)
4646
return ps
4747
end
4848

0 commit comments

Comments
 (0)