mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-17 15:30:27 +08:00
make lint happy
This commit is contained in:
@@ -215,7 +215,7 @@ type RunProperties struct {
|
||||
}
|
||||
|
||||
// UnmarshalXML ...
|
||||
func (r *RunProperties) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error {
|
||||
func (r *RunProperties) UnmarshalXML(d *xml.Decoder, _ xml.StartElement) error {
|
||||
for {
|
||||
t, err := d.Token()
|
||||
if err == io.EOF {
|
||||
|
||||
Reference in New Issue
Block a user