Address Code Cleanup Comments in PR #4318 #4596
Labels
Issue-Code Cleanup
the issue is for cleaning up the code with no impact on functionality
Resolution-Fixed
The issue is fixed.
There are a few small code clean up comments that were not addressed in the PR. This issue documents them in case someone wants to pick up the task.
src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/ConvertToJsonCommand.cs
@@ -60,6 +61,15 @@ public class ConvertToJsonCommand : PSCmdlet
[Parameter]
public SwitchParameter Compress { get; set; }
Please correct typo gets -> Gets.
test/powershell/Modules/Microsoft.PowerShell.Utility/Pester.Commands.Cmdlets.Json.Tests.ps1
+
Please remove extra line.
test/powershell/Modules/Microsoft.PowerShell.Utility/Pester.Commands.Cmdlets.Json.Tests.ps1
Please remove extra line.
The text was updated successfully, but these errors were encountered: