Skip to content

Commit 9276ba1

Browse files
JakeChampionactions-user
authored andcommitted
chore: format with prettier
1 parent 4c28d10 commit 9276ba1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/build/functions/edge.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,11 @@ const writeHandlerFile = async (ctx: PluginContext, { matchers, name }: NextDefi
9191
'edge-runtime/vendor/deno.land/x/htmlrewriter@v1.0.0/pkg/htmlrewriter_bg.wasm',
9292
),
9393
)
94-
htmlRewriterWasm = new Uint8Array(htmlRewriterWasm.buffer, htmlRewriterWasm.byteOffset, htmlRewriterWasm.length);
94+
htmlRewriterWasm = new Uint8Array(
95+
htmlRewriterWasm.buffer,
96+
htmlRewriterWasm.byteOffset,
97+
htmlRewriterWasm.length,
98+
)
9599

96100
// Writing the function entry file. It wraps the middleware code with the
97101
// compatibility layer mentioned above.

0 commit comments

Comments
 (0)