Skip to content

Commit 0bbd664

Browse files
committed
run juliaformatter
1 parent af8d72c commit 0bbd664

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/certification.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,8 @@ function CertificationCache(F::AbstractSystem)
621621
)
622622
end
623623

624-
Base.setprecision(M::AcbRefMatrix, p::Int) = AcbRefMatrix(M.acb_mat; shallow = true, prec = p)
624+
Base.setprecision(M::AcbRefMatrix, p::Int) =
625+
AcbRefMatrix(M.acb_mat; shallow = true, prec = p)
625626
function set_arb_precision!(cache::CertificationCache, p::Int)
626627
cache.arb_prec == p && return cache
627628
cache.arb_prec = p

0 commit comments

Comments
 (0)