From 7296c9e74489ac9cacbd609477bb6f9e619e134c Mon Sep 17 00:00:00 2001 From: Tyler Bell Date: Thu, 17 May 2018 19:51:01 -0600 Subject: [PATCH] Removed extra empty lines --- src/export/packer/compiler.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/export/packer/compiler.ts b/src/export/packer/compiler.ts index 75357219bc..d99ef1955a 100644 --- a/src/export/packer/compiler.ts +++ b/src/export/packer/compiler.ts @@ -34,16 +34,13 @@ export class Compiler { const xmlRelationships = xml(this.formatter.format(this.file.DocumentRelationships)); const xmlFileRelationships = xml(this.formatter.format(this.file.FileRelationships)); const xmlHeader = xml(this.formatter.format(this.file.Header.Header)); - const xmlHeader2 = xml(this.formatter.format(this.file.firstPageHeader.Header)); - const xmlFooter = xml(this.formatter.format(this.file.Footer.Footer)); const xmlHeaderRelationships = xml(this.formatter.format(this.file.Header.Relationships)); const xmlFooterRelationships = xml(this.formatter.format(this.file.Footer.Relationships)); const xmlContentTypes = xml(this.formatter.format(this.file.ContentTypes)); const xmlAppProperties = xml(this.formatter.format(this.file.AppProperties)); - this.archive.append(xmlDocument, { name: "word/document.xml", });