mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 20:50:22 +03:00
run gofumpt cleanup across code-base (#14015)
This commit is contained in:
@@ -23,7 +23,7 @@ import (
|
||||
|
||||
func TestNewRequestID(t *testing.T) {
|
||||
// Ensure that it returns an alphanumeric result of length 16.
|
||||
var id = mustGetRequestID(UTCNow())
|
||||
id := mustGetRequestID(UTCNow())
|
||||
|
||||
if len(id) != 16 {
|
||||
t.Fail()
|
||||
|
||||
Reference in New Issue
Block a user