mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
fix: remove all unused code (#12360)
This commit is contained in:
@@ -31,7 +31,7 @@ func TestNewRequestID(t *testing.T) {
|
||||
|
||||
var e rune
|
||||
for _, char := range id {
|
||||
e = rune(char)
|
||||
e = char
|
||||
|
||||
// Ensure that it is alphanumeric, in this case, between 0-9 and A-Z.
|
||||
if !(('0' <= e && e <= '9') || ('A' <= e && e <= 'Z')) {
|
||||
|
||||
Reference in New Issue
Block a user