Skip to content

Commit 4fcc63b

Browse files
author
Ubuntu
committed
fix lint
1 parent d4d2eb7 commit 4fcc63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heap/fibHeap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ type FibHeap struct {
148148
mixin FibHeapMixin
149149
}
150150

151-
//init : Cross package
151+
//Init : Cross package
152152
func (h *FibHeap) Init(mixin FibHeapMixin) *FibHeap {
153153
h.root = newFabHeapElementList(nil)
154154
h.min = nil

0 commit comments

Comments
 (0)