mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
Add newlines at end of generated files (#283)
This commit is contained in:
parent
ad8921950c
commit
d97e2e9d81
6 changed files with 17 additions and 8 deletions
|
@ -337,7 +337,7 @@ function generateMetadataDocs() {
|
|||
' */\n' +
|
||||
'module.exports = ' +
|
||||
JSON.stringify(metadatas, null, 2) +
|
||||
';'
|
||||
';\n'
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -404,7 +404,7 @@ function generateMetadataBlog() {
|
|||
' */\n' +
|
||||
'module.exports = ' +
|
||||
JSON.stringify(metadatas, null, 2) +
|
||||
';'
|
||||
';\n'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue