Skip to content

Commit

Permalink
Update src/extra/cycles.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mtsch and github-actions[bot] authored Dec 19, 2024
1 parent 6f6587a commit 1a55b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extra/cycles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function OneSkeleton(
end

function Graphs.SimpleGraph(g::OneSkeleton)
SimpleGraph(edges(g))
return SimpleGraph(edges(g))
end

_birth_or_value::AbstractCell) = birth(σ)
Expand Down

0 comments on commit 1a55b61

Please sign in to comment.