Skip to content

Commit

Permalink
🎨 改进代码样式 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 26, 2024
1 parent 843de6e commit 23dde4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structsect.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23dde4f

Please sign in to comment.