Skip to content

Commit 89b05b0

Browse files
InterdisciplinaryPhysicsTeamClaudMorpitmonticone
committed
Update abstractmultilayerdigraph.jl
Co-Authored-By: Claudio Moroni <43729990+ClaudMor@users.noreply.github.com> Co-Authored-By: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com>
1 parent 2d30071 commit 89b05b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)