diff --git a/src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Cmdlets/GetSettingCmdlet.cs b/src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Cmdlets/GetSettingCmdlet.cs index 29928c9d078..fb1c94a93ef 100644 --- a/src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Cmdlets/GetSettingCmdlet.cs +++ b/src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Cmdlets/GetSettingCmdlet.cs @@ -1,5 +1,5 @@ // ----------------------------------------------------------------------------- -// +// // Copyright (c) Microsoft Corporation. Licensed under the MIT License. // // ----------------------------------------------------------------------------- @@ -15,7 +15,7 @@ namespace Microsoft.WinGet.Client.Cmdlets.Cmdlets /// [Cmdlet(VerbsCommon.Get, Constants.WinGetNouns.Setting)] [Alias("gwgse","Get-WinGetSetting")] - public sealed class GetSettingsCmdlet : PSCmdlet + public sealed class GetSettingCmdlet : PSCmdlet { /// /// Gets or sets a value indicating whether to output a string or a hashtable. diff --git a/src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Cmdlets/GetUserSettingCmdlet.cs b/src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Cmdlets/GetUserSettingCmdlet.cs index 37db87085a9..fe9dcdefef8 100644 --- a/src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Cmdlets/GetUserSettingCmdlet.cs +++ b/src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Cmdlets/GetUserSettingCmdlet.cs @@ -1,5 +1,5 @@ // ----------------------------------------------------------------------------- -// +// // Copyright (c) Microsoft Corporation. Licensed under the MIT License. // // ----------------------------------------------------------------------------- @@ -17,7 +17,7 @@ namespace Microsoft.WinGet.Client.Commands [Cmdlet(VerbsCommon.Get, Constants.WinGetNouns.UserSetting)] [Alias("gwgus", "Get-WinGetUserSettings")] [OutputType(typeof(Hashtable))] - public sealed class GetUserSettingsCmdlet : PSCmdlet + public sealed class GetUserSettingCmdlet : PSCmdlet { /// /// Gets the settings file contents. diff --git a/src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Cmdlets/SetUserSettingCmdlet.cs b/src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Cmdlets/SetUserSettingCmdlet.cs index 525d0507949..bee63e0ceaa 100644 --- a/src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Cmdlets/SetUserSettingCmdlet.cs +++ b/src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Cmdlets/SetUserSettingCmdlet.cs @@ -1,5 +1,5 @@ // ----------------------------------------------------------------------------- -// +// // Copyright (c) Microsoft Corporation. Licensed under the MIT License. // // ----------------------------------------------------------------------------- @@ -18,7 +18,7 @@ namespace Microsoft.WinGet.Client.Commands [Cmdlet(VerbsCommon.Set, Constants.WinGetNouns.UserSetting)] [Alias("swgus","Set-WinGetUserSettings")] [OutputType(typeof(Hashtable))] - public sealed class SetUserSettingsCmdlet : PSCmdlet + public sealed class SetUserSettingCmdlet : PSCmdlet { /// /// Gets or sets the input user settings. diff --git a/src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Cmdlets/TestUserSettingCmdlet.cs b/src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Cmdlets/TestUserSettingCmdlet.cs index 597e37f711d..1bd115ca657 100644 --- a/src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Cmdlets/TestUserSettingCmdlet.cs +++ b/src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Cmdlets/TestUserSettingCmdlet.cs @@ -1,5 +1,5 @@ // ----------------------------------------------------------------------------- -// +// // Copyright (c) Microsoft Corporation. Licensed under the MIT License. // // ----------------------------------------------------------------------------- @@ -17,7 +17,7 @@ namespace Microsoft.WinGet.Client.Commands [Cmdlet(VerbsDiagnostic.Test, Constants.WinGetNouns.UserSetting)] [Alias("twgus","Test-WinGetUserSettings")] [OutputType(typeof(bool))] - public sealed class TestUserSettingsCmdlet : PSCmdlet + public sealed class TestUserSettingCmdlet : PSCmdlet { /// /// Gets or sets the input user settings.