1
0
mirror of https://github.com/fumiama/go-docx.git synced 2026-06-12 11:40:28 +08:00

make lint happy

This commit is contained in:
源文雨
2023-02-26 20:20:04 +08:00
parent 89fa522280
commit 1f52bf35fe
2 changed files with 3 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ func (r *Run) AddTab() *Run {
// Font sets the font of the run
func (r *Run) Font(ascii, hansi, hint string) *Run {
r.RunProperties.Fonts = &RunFonts{
Ascii: ascii,
ASCII: ascii,
HAnsi: hansi,
Hint: hint,
}