Skip to content

Commit 99bcd0d

Browse files
committed
Fix format
1 parent 0690749 commit 99bcd0d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Utilities/copy/index_map.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ function Base.iterate(map::IndexMap, args...)
107107
return iterate(Base.Iterators.flatten((map.var_map, map.con_map)), args...)
108108
end
109109

110-
function map_indices(
111-
index_map::IndexMap,
112-
f::MOI.ScalarNonlinearFunction,
113-
)
110+
function map_indices(index_map::IndexMap, f::MOI.ScalarNonlinearFunction)
114111
return map_indices(Base.Fix1(getindex, index_map), f, index_map.nl_cache)
115112
end

0 commit comments

Comments
 (0)