Skip to content

Commit 0e99654

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mkl_pardiso.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function MKLPardisoSolver()
2929
ps = MKLPardisoSolver(pt, iparm, mtype, solver,
3030
phase, msglvl, maxfct, mnum, perm)
3131

32-
finalizer(release!,ps)
32+
finalizer(release!, ps)
3333
return ps
3434
end
3535

0 commit comments

Comments
 (0)