Fix indentation
This commit is contained in:
parent
c57cf2cbbb
commit
b7398dbd07
1 changed files with 36 additions and 36 deletions
|
@ -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({
|
||||||
|
|
Loading…
Reference in a new issue