Skip to content

Commit

Permalink
Update packages/wrangler/src/type-generation/runtime/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Jessop <[email protected]>
  • Loading branch information
penalosa and andyjessop authored Sep 16, 2024
1 parent 4de0464 commit 3b31bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/src/type-generation/runtime/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export async function generateRuntimeTypes({
),
});

await writeFile(outFile, header + "\n" + types, "utf8");
await writeFile(outFile, `${header}\n${types}`, "utf8");

return {
outFile,
Expand Down

0 comments on commit 3b31bd4

Please sign in to comment.