Skip to content

Commit

Permalink
fix go vet issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdole committed Jan 4, 2025
1 parent 99b716d commit 5581da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpp.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ func (p *XMLPullParser) Next() (event XMLEventType, err error) {
event == ProcessingInstruction {
continue
}
return event, nil
}
return event, nil
}

func (p *XMLPullParser) NextToken() (event XMLEventType, err error) {
Expand Down

0 comments on commit 5581da1

Please sign in to comment.