Skip to content

Commit 571d23d

Browse files
authored
Update src/Utilities/operate.jl
1 parent 28e283d commit 571d23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utilities/operate.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ function operate(
992992
end
993993
end
994994
_to_new_snf(f::MOI.ScalarNonlinearFunction) = copy(f)
995-
_to_new_snf(f) = convert(MMOI.ScalarNonlinearFunction, f)
995+
_to_new_snf(f) = convert(MOI.ScalarNonlinearFunction, f)
996996
# We need to `copy` the ScalarNonlinearFunction rows here, everything else
997997
# will be `convert(ScalarNonlinearFunction, row)` into a new object, but the
998998
# ScalarNonlinearFunction rows won't be, so mutating the return value of

0 commit comments

Comments
 (0)