*: fix whitespace errors

This commit is contained in:
Roman Khimov 2021-05-13 22:13:09 +03:00
parent 7ce5b3392f
commit b851889934
3 changed files with 0 additions and 3 deletions

View file

@ -127,7 +127,6 @@ type CopyObjectResponse struct {
// MarshalXML - StringMap marshals into XML.
func (s StringMap) MarshalXML(e *xml.Encoder, start xml.StartElement) error {
tokens := []xml.Token{start}
for key, value := range s {