Skip to content

Commit 89b05b0

Browse files
InterdisciplinaryPhysicsTeamClaudMorpitmonticone
committed
Update abstractmultilayerdigraph.jl
Co-Authored-By: Claudio Moroni <[email protected]> Co-Authored-By: Pietro Monticone <[email protected]>
1 parent 2d30071 commit 89b05b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abstractmultilayerdigraph.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function set_metadata!(mg::M, src::MultilayerVertex, dst::MultilayerVertex, meta
169169
halfedge_to_dst = halfedges_to_dst[findfirst(he -> vertex(he) == src, halfedges_to_dst)]
170170
halfedge_to_dst.metadata = metadata
171171
return true
172-
ends
172+
end
173173

174174
# Overloads that make AbstractMultilayerDiGraph an extension of Graphs.jl. These are all well-inferred .
175175
"""

0 commit comments

Comments
 (0)