Skip to content

Commit

Permalink
Update for latest linting rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Sep 13, 2024
1 parent 7e4c6b2 commit 182f99b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ func Uint64ToInt64(val uint64) int64 {
panic("value too large to convert to int64")
}

//nolint:gosec
return int64(val)
}

0 comments on commit 182f99b

Please sign in to comment.