Skip to content

Commit 50466fd

Browse files
committed
Removed extra space created when retaining the correct example
1 parent bddec70 commit 50466fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ImportExamples.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ function Retain-ExistingCorrectExamples {
459459
$Header = "### Example " + $CorrectMaintainableHeaderCount + ": Code snippet"
460460
}
461461

462-
$MaintainedCorrectExample = "$Header`r`n```````r`n$Description`r`n"
462+
$MaintainedCorrectExample = "$Header```````n$Description`r`n"
463463
$CorrectMaintainableHeaderCount++
464464
Add-Content -Path $File -Value $MaintainedCorrectExample
465465
}

0 commit comments

Comments
 (0)