From 1a6f48b69ca8fa3f4849a86702d4210b25988eaf Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Sun, 13 Apr 2025 21:44:42 +0900 Subject: [PATCH] chg: add space --- WELA.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WELA.ps1 b/WELA.ps1 index 1211130b..f6cd0269 100644 --- a/WELA.ps1 +++ b/WELA.ps1 @@ -79,7 +79,7 @@ $ruleCounts += ")" } if ($this.SubCategory) { - Write-Host " - $($this.SubCategory): $ruleCounts" -ForegroundColor $color + Write-Host " - $this.SubCategory: $ruleCounts" -ForegroundColor $color } if ($this.DefaultSetting) { Write-Host " - Default Setting: $($this.DefaultSetting)" @@ -91,7 +91,7 @@ Write-Host " - Volume: $($this.Volume)" } if ($this.Note) { - Write-Host " - Note: $($this.Note)" + Write-Host " - Note: $($this.Note)" } }