From 5b28501fd9b92b8f80db2b1d2e0134458427a572 Mon Sep 17 00:00:00 2001 From: Mayank Mohapatra <125661248+Mayank77maruti@users.noreply.github.com> Date: Sun, 23 Feb 2025 18:35:34 +0000 Subject: [PATCH] lint try Signed-off-by: Mayank Mohapatra <125661248+Mayank77maruti@users.noreply.github.com> --- d2layouts/d2cycle/layout.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {