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}
|
||||
|
||||
${await cleanHtmlFragment(article.BLOC_TEXTUEL?.CONTENU)}
|
||||
` + "\n",
|
||||
`,
|
||||
)
|
||||
if (fileChanged) {
|
||||
await git.add({
|
||||
|
@ -1227,7 +1227,7 @@ async function generateTextGitDirectory(
|
|||
###### ${articleTitle}
|
||||
|
||||
${await cleanHtmlFragment(article.BLOC_TEXTUEL?.CONTENU)}
|
||||
` + "\n",
|
||||
`,
|
||||
)
|
||||
if (fileChanged) {
|
||||
await git.add({
|
||||
|
|
Loading…
Reference in a new issue