From 2e5612697f70c8b66aa9e84ce084acc3002ffea6 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Fri, 10 Feb 2023 14:28:52 -0800 Subject: [PATCH] ooops --- d2layouts/d2dagrelayout/layout.go | 1 - 1 file changed, 1 deletion(-) diff --git a/d2layouts/d2dagrelayout/layout.go b/d2layouts/d2dagrelayout/layout.go index ea23ec1d3..fd2423644 100644 --- a/d2layouts/d2dagrelayout/layout.go +++ b/d2layouts/d2dagrelayout/layout.go @@ -377,7 +377,6 @@ func Layout(ctx context.Context, g *d2graph.Graph, opts *ConfigurableOpts) (err } if isSrcDesc && isDstDesc { stepSize := subtract - // loops if e.Src != obj || e.Dst != obj { stepSize /= 2. }