fix prettier whitespace
This commit is contained in:
@ -126,9 +126,9 @@ export class ParagraphProperties extends IgnoreIfEmptyXmlComponent {
|
|||||||
|
|
||||||
if (options.numbering) {
|
if (options.numbering) {
|
||||||
if (!options.style && !options.heading) {
|
if (!options.style && !options.heading) {
|
||||||
if (!options.numbering.custom) {
|
if (!options.numbering.custom) {
|
||||||
this.push(new Style("ListParagraph"));
|
this.push(new Style("ListParagraph"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.push(new NumberProperties(options.numbering.reference, options.numbering.level));
|
this.push(new NumberProperties(options.numbering.reference, options.numbering.level));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user