Skip to content

Commit 6474673

Browse files
authored
Add missing space in deprecation warning
1 parent 01b067a commit 6474673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function default_adargs_to_adtype(; chunk_size = missing, autodiff = nothing,
3535
if chunk_size !== missing || standardtag !== missing || diff_type !== missing ||
3636
autodiff !== missing
3737
Base.depwarn("`chunk_size`, `standardtag`, `diff_type`, \
38-
`autodiff::Union{Val, Bool}` kwargs have been deprecated and will be removed in\
38+
`autodiff::Union{Val, Bool}` kwargs have been deprecated and will be removed in \
3939
v3. Update your code to directly specify autodiff=<ADTypes>",
4040
:default_adargs_to_adtype)
4141
end

0 commit comments

Comments
 (0)