From 27c890b50c93f85bc3d3810e0fd90c88a386601d Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Wed, 30 Oct 2019 17:53:31 +0100 Subject: [PATCH] Fixes spacing for checks within check packages --- lib/core/tools/New-StringTree.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/tools/New-StringTree.psm1 b/lib/core/tools/New-StringTree.psm1 index 43e06d7..9f3b01a 100644 --- a/lib/core/tools/New-StringTree.psm1 +++ b/lib/core/tools/New-StringTree.psm1 @@ -8,7 +8,7 @@ function New-StringTree() return ''; } - [string]$spaces = ' \_ '; + [string]$spaces = '\_ '; while ($Spacing -gt 1) { $Spacing -= 1;