chg: add space

This commit is contained in:
fukusuket
2025-04-13 21:44:42 +09:00
parent 2e22a021a7
commit 1a6f48b69c

View File

@@ -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)"
}
}