Skip to content

Commit 26f4763

Browse files
Adding formatting fix
1 parent 1cff67b commit 26f4763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/driver/fs_identifier_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func (h *IntHeap) Pop() interface{} {
176176
return x
177177
}
178178

179-
//Initializes a heap inclusive of min & max
179+
// Initializes a heap inclusive of min & max
180180
func initHeap(min, max int) *IntHeap {
181181
h := make(IntHeap, max-min+1)
182182
val := min

0 commit comments

Comments
 (0)