Skip to content

Commit

Permalink
feat(idpool): fixed review comment getId function spliting
Browse files Browse the repository at this point in the history
Signed-off-by: Vemula Venkatesh <[email protected]>
  • Loading branch information
venkyvsp committed Jan 16, 2025
1 parent b04c953 commit 80d84fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/idpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func (ip *IDPool) GetIDWithRef(key interface{}, ref interface{}) (uint32, uint32
return id, uint32(0)
}

// ReleaseID get the reference id
// ReleaseID get the reference id
func (ip *IDPool) ReleaseID(key interface{}) uint32 {
var ok bool
var id uint32
Expand Down

0 comments on commit 80d84fc

Please sign in to comment.