Skip to content

Commit 1bce8c3

Browse files
committed
change tab spacing
1 parent b4030fe commit 1bce8c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • schema/v5.0/support/schema2markmap

schema/v5.0/support/schema2markmap/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async function schemaMindMap() {
6464

6565
try {
6666
var cveSchemaBundle = await rp.bundle(process.argv[2]);
67-
fs.writeFileSync('docs/CVE_JSON_5.0_bundled.schema', JSON.stringify(cveSchemaBundle, null, '\t'));
67+
fs.writeFileSync('docs/CVE_JSON_5.0_bundled.schema', JSON.stringify(cveSchemaBundle, null, 2));
6868
fs.writeFileSync('docs/mindmap.html', html);
6969
} catch (err) {
7070
console.error(err)

0 commit comments

Comments
 (0)