Skip to content

Commit 0422ce8

Browse files
Update src/remake.jl
1 parent eafd1c4 commit 0422ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/remake.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function remake(
187187

188188
props = @delete props.f2
189189

190-
if !ismissing(forig) && hasproperty(forg, :_func_cache)
190+
if !ismissing(forig) && hasproperty(forig, :_func_cache)
191191
props = @delete props._func_cache
192192
props = @insert props._func_cache = forig._func_cache
193193
end

0 commit comments

Comments
 (0)