Skip to content

Commit

Permalink
Adding formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanrainer committed Oct 1, 2022
1 parent 1cff67b commit 26f4763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/driver/fs_identifier_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func (h *IntHeap) Pop() interface{} {
return x
}

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

0 comments on commit 26f4763

Please sign in to comment.