Skip to content

Commit

Permalink
fix prettier issues for generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed May 10, 2023
1 parent 94b164e commit 6e2747b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma-utils/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ async function generate(provider: Provider) {
`import { graphql } from '../../../types/schema';`,
...filters,
...exports_,
`export { enumFilters as enum } from '../enum-filter';`,
`export { enumFilters as enum } from '../enum-filter';\n`,
].join('\n\n');
}

Expand Down

0 comments on commit 6e2747b

Please sign in to comment.