Skip to content

Commit

Permalink
no comment
Browse files Browse the repository at this point in the history
  • Loading branch information
avallete committed Oct 21, 2024
1 parent c3a1871 commit 3d82e4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cast/cast.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func UintToIntPtr(value *uint) *int {
return &maxInt
}

// IntToUint converts an int to a uint, handling negative values
func IntToUintPtr(value *int) *uint {
var result uint
result = 0
Expand Down

0 comments on commit 3d82e4a

Please sign in to comment.