aboutsummaryrefslogtreecommitdiff
path: root/test/typeparam/issue51925.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/typeparam/issue51925.go')
-rw-r--r--test/typeparam/issue51925.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/typeparam/issue51925.go b/test/typeparam/issue51925.go
index 0a385acd17..abebf67766 100644
--- a/test/typeparam/issue51925.go
+++ b/test/typeparam/issue51925.go
@@ -25,7 +25,6 @@ func min[T IntLike](x, y T) T {
return x
}
return y
-
}
// Min returns the minimum element of `nums`.