1
0
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:
源文雨
2023-03-30 22:13:01 +08:00
parent c95683a4ee
commit f241cc1484
4 changed files with 8 additions and 7 deletions

View File

@@ -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
}