]> Cypherpunks repositories - gostls13.git/commit
unique: clean up handle test code
authorMichael Anthony Knyszek <mknyszek@google.com>
Wed, 21 Aug 2024 14:42:33 +0000 (14:42 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 21 Aug 2024 16:03:47 +0000 (16:03 +0000)
commit23c9efa24446186562ec23c1af7c9a549bc18362
tree0ac050081df841578b9b0296d76379b836590faf
parent755c18ecdfe64df060be91fb669ca1a68527830b
unique: clean up handle test code

Currently the handle test code has a lot of duplicate type parameters
that are already inferred. This results in IDE warnings which are
annoying. Clean this up by consistently explicitly calling out the type
in the argument, not the type parameter.

Change-Id: I756203f37fc97c793cd5c5e612c6fd1802a84bc1
Reviewed-on: https://go-review.googlesource.com/c/go/+/607356
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
src/unique/handle_test.go