We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4c903 commit 97dd4cbCopy full SHA for 97dd4cb
Engine/Commands/InvokeFormatterCommand.cs
@@ -25,7 +25,6 @@ namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.Commands
25
public class InvokeFormatterCommand : PSCmdlet, IOutputWriter
26
{
27
private const string defaultSettingsPreset = "CodeFormatting";
28
- private Settings defaultSettings;
29
private Settings inputSettings;
30
31
/// <summary>
0 commit comments