Removed extra empty lines
This commit is contained in:
@ -34,16 +34,13 @@ export class Compiler {
|
|||||||
const xmlRelationships = xml(this.formatter.format(this.file.DocumentRelationships));
|
const xmlRelationships = xml(this.formatter.format(this.file.DocumentRelationships));
|
||||||
const xmlFileRelationships = xml(this.formatter.format(this.file.FileRelationships));
|
const xmlFileRelationships = xml(this.formatter.format(this.file.FileRelationships));
|
||||||
const xmlHeader = xml(this.formatter.format(this.file.Header.Header));
|
const xmlHeader = xml(this.formatter.format(this.file.Header.Header));
|
||||||
|
|
||||||
const xmlHeader2 = xml(this.formatter.format(this.file.firstPageHeader.Header));
|
const xmlHeader2 = xml(this.formatter.format(this.file.firstPageHeader.Header));
|
||||||
|
|
||||||
const xmlFooter = xml(this.formatter.format(this.file.Footer.Footer));
|
const xmlFooter = xml(this.formatter.format(this.file.Footer.Footer));
|
||||||
const xmlHeaderRelationships = xml(this.formatter.format(this.file.Header.Relationships));
|
const xmlHeaderRelationships = xml(this.formatter.format(this.file.Header.Relationships));
|
||||||
const xmlFooterRelationships = xml(this.formatter.format(this.file.Footer.Relationships));
|
const xmlFooterRelationships = xml(this.formatter.format(this.file.Footer.Relationships));
|
||||||
const xmlContentTypes = xml(this.formatter.format(this.file.ContentTypes));
|
const xmlContentTypes = xml(this.formatter.format(this.file.ContentTypes));
|
||||||
const xmlAppProperties = xml(this.formatter.format(this.file.AppProperties));
|
const xmlAppProperties = xml(this.formatter.format(this.file.AppProperties));
|
||||||
|
|
||||||
|
|
||||||
this.archive.append(xmlDocument, {
|
this.archive.append(xmlDocument, {
|
||||||
name: "word/document.xml",
|
name: "word/document.xml",
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user