1
0
mirror of https://github.com/fumiama/go-docx.git synced 2026-06-11 02:50:27 +08:00

make lint happy

This commit is contained in:
源文雨
2023-02-23 15:28:41 +08:00
parent b9c9164250
commit 790aed23eb
5 changed files with 7 additions and 5 deletions

View File

@@ -72,6 +72,7 @@ func (p *Paragraph) String() string {
return sb.String()
}
// MarshalXML ...
func (p *Paragraph) MarshalXML(e *xml.Encoder, start xml.StartElement) error {
err := e.EncodeToken(start)
if err != nil {