mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Use new gofumpt (#21613)
Update tinylib. Should fix CI. `gofumpt -w .&&go generate ./...`
This commit is contained in:
@@ -69,7 +69,7 @@ func NewErasure(ctx context.Context, dataBlocks, parityBlocks int, blockSize int
|
||||
})
|
||||
return enc
|
||||
}
|
||||
return
|
||||
return e, err
|
||||
}
|
||||
|
||||
// EncodeData encodes the given data and returns the erasure-coded data.
|
||||
|
||||
Reference in New Issue
Block a user