lint try
Signed-off-by: Mayank Mohapatra <125661248+Mayank77maruti@users.noreply.github.com>
This commit is contained in:
parent
5b28501fd9
commit
090a225ec0
4 changed files with 9 additions and 10 deletions
|
|
@ -141,7 +141,6 @@ func createCircularArc(edge *d2graph.Edge) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// clampPointOutsideBox walks forward along the path until it finds a point outside the box,
|
// clampPointOutsideBox walks forward along the path until it finds a point outside the box,
|
||||||
// then replaces the point with a precise intersection.
|
// then replaces the point with a precise intersection.
|
||||||
func clampPointOutsideBox(box *geo.Box, path []*geo.Point, startIdx int) (int, *geo.Point) {
|
func clampPointOutsideBox(box *geo.Box, path []*geo.Point, startIdx int) (int, *geo.Point) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue