From c982e6499691d982fff3949d87f4f81fe5431d49 Mon Sep 17 00:00:00 2001 From: Matt Danner Date: Wed, 24 Aug 2022 13:01:15 -0500 Subject: [PATCH] formatting --- src/export/packer/packer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/export/packer/packer.ts b/src/export/packer/packer.ts index fa783234d6..7a3a35316a 100644 --- a/src/export/packer/packer.ts +++ b/src/export/packer/packer.ts @@ -46,7 +46,7 @@ export class Packer { return zipData; } - + public static async toStream(file: File, prettify?: boolean | PrettifyType): Promise { const zip = this.compiler.compile(file, prettify); const zipData = zip.generateNodeStream({