fixed formatting styles
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
export * from "./numbering";
|
||||
export * from "./abstract-numbering";
|
||||
export * from "./abstract-numbering";
|
||||
|
@ -49,8 +49,8 @@ export class Numbering extends XmlComponent {
|
||||
}
|
||||
|
||||
public prepForXml(): IXmlableObject {
|
||||
this.abstractNumbering.forEach(x => this.root.push(x));
|
||||
this.concreteNumbering.forEach(x => this.root.push(x));
|
||||
this.abstractNumbering.forEach((x) => this.root.push(x));
|
||||
this.concreteNumbering.forEach((x) => this.root.push(x));
|
||||
return super.prepForXml();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user