Skip to content

Commit

Permalink
Update packages/generate/src/edgeql-js.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Carson Full <carsonfull@gmail.com>
  • Loading branch information
diksipav and CarsonF authored Sep 30, 2024
1 parent a11998a commit 87cdd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generate/src/edgeql-js.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export async function generateQueryBuilder(params: {

const content =
headerComment +
`export const future = ${JSON.stringify(future, undefined, 2)} as const;`;
`export const future = ${JSON.stringify(future, undefined, 2)} as const;\n`;

await fs.writeFile(futureFilePath, content);
written.add(futureFilePath);
Expand Down

0 comments on commit 87cdd01

Please sign in to comment.