diff --git a/src/extra/cycles.jl b/src/extra/cycles.jl index 3cc479e..f9bb0ac 100644 --- a/src/extra/cycles.jl +++ b/src/extra/cycles.jl @@ -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(σ)