We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc69193 + da5225e commit ee64cbbCopy full SHA for ee64cbb
packages/openapi-generator/src/cli.ts
@@ -75,7 +75,7 @@ const app = command({
75
(api) => api,
76
),
77
);
78
- const formattedApi = JSON.stringify(api, null, 2);
+ const formattedApi = JSON.stringify(api, null, 2) + '\n';
79
await writeFile(output, formattedApi);
80
},
81
});
0 commit comments