Fix linting errors
This commit is contained in:
@ -7,7 +7,7 @@ import { FooterAttributes } from "./footer-attributes";
|
||||
export class Footer extends XmlComponent {
|
||||
private readonly refId: number;
|
||||
|
||||
constructor(referenceNumber: number, initContent? : XmlComponent) {
|
||||
constructor(referenceNumber: number, initContent?: XmlComponent) {
|
||||
super("w:ftr", initContent);
|
||||
this.refId = referenceNumber;
|
||||
this.root.push(
|
||||
|
Reference in New Issue
Block a user