From d5632103e3df740ff52d857922a7e4a4d6553c27 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Sat, 25 May 2024 15:33:34 -0700 Subject: [PATCH] Run formatter --- src/NonlinearSolve.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NonlinearSolve.jl b/src/NonlinearSolve.jl index 59bb1f4b4..1ddcf09f3 100644 --- a/src/NonlinearSolve.jl +++ b/src/NonlinearSolve.jl @@ -9,7 +9,7 @@ using PrecompileTools: @recompile_invalidations, @compile_workload, @setup_workl @recompile_invalidations begin using ADTypes: ADTypes, AutoFiniteDiff, AutoForwardDiff, AutoPolyesterForwardDiff, - AutoZygote, AutoEnzyme, AutoSparse + AutoZygote, AutoEnzyme, AutoSparse # FIXME: deprecated, remove in future using ADTypes: AutoSparseFiniteDiff, AutoSparseForwardDiff, AutoSparsePolyesterForwardDiff, AutoSparseZygote