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