1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-15 18:22:27 +08:00

fix: fix lint issue

This commit is contained in:
dudaodong
2022-12-10 19:09:18 +08:00
parent 4e457ad672
commit 00407e5182
4 changed files with 78 additions and 78 deletions

View File

@@ -77,8 +77,6 @@ func (sl *SinglyLink[T]) InsertAt(index int, value T) {
i++
current = current.Next
}
return
}
// DeleteAtHead delete value in singly linklist at head index