Skip to content

Commit 98833b9

Browse files
committed
chore: fix lint
1 parent f609fa7 commit 98833b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

concurrent_swiss_map.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
package csmap
22

33
import (
4-
"github.com/mhmtszr/concurrent-swiss-map/maphash"
54
"sync"
65

6+
"github.com/mhmtszr/concurrent-swiss-map/maphash"
7+
78
"github.com/mhmtszr/concurrent-swiss-map/swiss"
89
)
910

0 commit comments

Comments
 (0)