Skip to content

Commit 4e7be7c

Browse files
committed
Tidy
1 parent 9b71f4b commit 4e7be7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

traverse.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ package maxminddb
22

33
import (
44
"fmt"
5-
"net/netip"
6-
75
// comment to prevent gofumpt from randomly moving iter.
86
"iter"
7+
"net/netip"
98
)
109

1110
// Internal structure used to keep track of nodes we still need to visit.

0 commit comments

Comments
 (0)