PowerShell / PSScriptAnalyzer

Download ScriptAnalyzer from PowerShellGallery
https://www.powershellgallery.com/packages/PSScriptAnalyzer/
MIT License
1.8k stars 366 forks source link

Trim unnecessary trailing spaces from string resources in Strings.resx #1972

Open XPlantefeve opened 4 months ago

XPlantefeve commented 4 months ago

PR Summary

Some strings in Strings.resx have unnecessary trailing spaces. This patch removes them.

PR Checklist