Skip to content

Commit 25bb533

Browse files
committed
chore: prettier all
1 parent e192c98 commit 25bb533

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cli.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@ Choose another directory or remove contents.
183183
await render('README.md', data);
184184
await copy('openapi/README.md', openapiRoot);
185185

186-
await render('.redocly.yaml', { mainDefinitionFile: path.posix.join(openapiRoot, 'openapi.yaml') });
186+
await render('.redocly.yaml', {
187+
mainDefinitionFile: path.posix.join(openapiRoot, 'openapi.yaml')
188+
});
187189

188190
copyDirSync('openapi/components', openapiRoot);
189191
copyDirSync('openapi/paths', openapiRoot);

lib/split-definition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const path = require('path');
22
const fs = require('fs');
33
const mkdirp = require('mkdirp');
44
const chalk = require('chalk');
5-
const isEqual = require('lodash.isequal')
5+
const isEqual = require('lodash.isequal');
66

77
const {
88
writeYaml,

0 commit comments

Comments
 (0)