Skip to content

Commit 674b872

Browse files
committed
Formatting
1 parent 0c7581c commit 674b872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ function default_adargs_to_adtype(; chunk_size = missing, autodiff = nothing,
4848

4949
ad = _unwrap_val(autodiff)
5050
# We don't really know the typeof the input yet, so we can't use the correct tag!
51-
ad && return AutoForwardDiff{_unwrap_val(chunk_size), NonlinearSolveTag}(
52-
NonlinearSolveTag())
51+
ad &&
52+
return AutoForwardDiff{_unwrap_val(chunk_size), NonlinearSolveTag}(NonlinearSolveTag())
5353
return AutoFiniteDiff(; fdtype = diff_type)
5454
end
5555

0 commit comments

Comments
 (0)