Fix indentation

This commit is contained in:
Emmanuel 2024-12-20 21:55:26 +01:00
parent c57cf2cbbb
commit b7398dbd07

View file

@ -1071,7 +1071,7 @@ async function generateSectionTaGitDirectory(
###### ${articleTitle} ###### ${articleTitle}
${await cleanHtmlFragment(article.BLOC_TEXTUEL?.CONTENU)} ${await cleanHtmlFragment(article.BLOC_TEXTUEL?.CONTENU)}
` + "\n", `,
) )
if (fileChanged) { if (fileChanged) {
await git.add({ await git.add({
@ -1227,7 +1227,7 @@ async function generateTextGitDirectory(
###### ${articleTitle} ###### ${articleTitle}
${await cleanHtmlFragment(article.BLOC_TEXTUEL?.CONTENU)} ${await cleanHtmlFragment(article.BLOC_TEXTUEL?.CONTENU)}
` + "\n", `,
) )
if (fileChanged) { if (fileChanged) {
await git.add({ await git.add({