Skip to content

Commit

Permalink
fix lint errors (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
chen3feng authored Sep 19, 2022
1 parent 36ea4b1 commit 676779b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.dll
*.so
*.dylib
__debug_bin

# Test binary, built with `go test -c`
*.test
Expand Down
4 changes: 0 additions & 4 deletions skiplist_set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ func TestNewSkipList_Iterate(t *testing.T) {
}
}

func testSkipListSetIterater(t *testing.T, sl *SkipListSet[int]) {

}

func TestSkipListSet_Iterater(t *testing.T) {
s := NewSkipListSetOf(1, 2, 4)
t.Run("LowerBound", func(t *testing.T) {
Expand Down

0 comments on commit 676779b

Please sign in to comment.