Fixes spacing for checks within check packages

This commit is contained in:
Lord Hepipud 2019-10-30 17:53:31 +01:00
parent a65b8bfc70
commit 921c3345bf

View file

@ -8,7 +8,7 @@ function New-StringTree()
return '';
}
[string]$spaces = ' \_ ';
[string]$spaces = '\_ ';
while ($Spacing -gt 1) {
$Spacing -= 1;