mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-07 16:50:24 +08:00
make lint happy
This commit is contained in:
@@ -134,7 +134,7 @@ func (r *Text) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error {
|
||||
type RunMergeRule func(r1, r2 *Run) bool
|
||||
|
||||
// MergeAllRuns ...
|
||||
func MergeAllRuns(r1, r2 *Run) bool {
|
||||
func MergeAllRuns(_, _ *Run) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user