diff --git a/structsect.go b/structsect.go index 4404c7f..de8917c 100644 --- a/structsect.go +++ b/structsect.go @@ -76,7 +76,7 @@ func (pgsz *PgSz) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error { case "h": pgsz.H = xml.Attr{Name: xml.Name{Local: "w:w"}, Value: attr.Value} default: - //ignore other attributes now + // ignore other attributes now } } // Consume the end element