mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-23 12:00:39 +08:00
chore: make lint happy
This commit is contained in:
@@ -70,7 +70,8 @@ func (p *Paragraph) AddPageBreaks() *Run {
|
||||
return run
|
||||
}
|
||||
|
||||
func (p *Paragraph) AddStyle(val string) *Paragraph {
|
||||
// Style name
|
||||
func (p *Paragraph) Style(val string) *Paragraph {
|
||||
if p.Properties == nil {
|
||||
p.Properties = &ParagraphProperties{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user