mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
Fix missing whitespace in error message for IncompleteBody (#15227)
This commit is contained in:
parent
2471bdda00
commit
df42914da6
@ -541,7 +541,7 @@ type IncompleteBody GenericError
|
||||
|
||||
// Error returns string an error formatted as the given text.
|
||||
func (e IncompleteBody) Error() string {
|
||||
return e.Bucket + "/" + e.Object + "has incomplete body"
|
||||
return e.Bucket + "/" + e.Object + " has incomplete body"
|
||||
}
|
||||
|
||||
// InvalidRange - invalid range typed error.
|
||||
|
Loading…
Reference in New Issue
Block a user