Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kad-korpem committed Jan 25, 2024
1 parent 442205f commit b79bec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snap.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ func isHitMultiple(hitMultiple map[intgeom.Point][]int, vertex [2]float64, ringI

// split ring into multiple rings at any point where the ring goes through the point more than once
//
//nolint:cyclop,funlen,gocritic
//nolint:cyclop,gocritic
func splitRing(ring [][2]float64, isOuter bool, hitMultiple map[intgeom.Point][]int, ringIdx int) (outerRings, innerRings, pointsAndLines [][][2]float64) {
partialRingIdx := 0
stack := orderedmap.New[int, [][2]float64]()
Expand Down

0 comments on commit b79bec6

Please sign in to comment.