diff --git a/d2layouts/d2cycle/layout.go b/d2layouts/d2cycle/layout.go index edb20e97e..8ef08e7c8 100644 --- a/d2layouts/d2cycle/layout.go +++ b/d2layouts/d2cycle/layout.go @@ -18,7 +18,7 @@ const ( ARC_STEPS = 100 ) -// Layout lays out the graph and computes curved edge routes. +// Layout lays out the graph and computes curved edge routes func Layout(ctx context.Context, g *d2graph.Graph, layout d2graph.LayoutGraph) error { objects := g.Root.ChildrenArray if len(objects) == 0 {