From 1a55b615a0d8634260532a9619f39f477f18de8e Mon Sep 17 00:00:00 2001 From: mtsch Date: Thu, 19 Dec 2024 21:49:49 +1300 Subject: [PATCH] Update src/extra/cycles.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/extra/cycles.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(σ)