Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Apr 24, 2024
1 parent 8b29f39 commit 188f800
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/abstractnamedgraph.jl
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,7 @@ function namedgraph_neighborhood(
parent_vertices = neighborhood(
ordinal_graph(graph), vertex_to_ordinal_vertex(graph, vertex), d, parent_distmx; dir
)
return [
ordered_vertices(graph, parent_vertex) for parent_vertex in parent_vertices
]
return [ordered_vertices(graph, parent_vertex) for parent_vertex in parent_vertices]
end

function Graphs.neighborhood(
Expand Down

0 comments on commit 188f800

Please sign in to comment.