From 092156565bb6e2788545de496088e0ef28a56d0a Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Thu, 16 May 2024 10:15:01 +0200 Subject: [PATCH] Indent --- src/dense.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dense.jl b/src/dense.jl index 2cd5254..374316b 100644 --- a/src/dense.jl +++ b/src/dense.jl @@ -36,7 +36,7 @@ mode(::AutoDiffractor) = ForwardOrReverseMode() """ AutoEnzyme{M} - + Struct used to select the [Enzyme.jl](https://github.com/EnzymeAD/Enzyme.jl) backend for automatic differentiation. Defined by [ADTypes.jl](https://github.com/SciML/ADTypes.jl).