Skip to content

Commit 2b92851

Browse files
author
Kapil Borle
committed
Remove unused members from formatter class
1 parent d924831 commit 2b92851

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Engine/Formatter.cs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,11 @@ namespace Microsoft.Windows.PowerShell.ScriptAnalyzer
1010
{
1111
public class Formatter
1212
{
13-
private Settings settings;
14-
15-
private Formatter(Settings settings)
16-
{
17-
this.settings = settings;
18-
}
19-
20-
public static string Format(string scriptDefinition, Settings settings)
21-
{
22-
throw new NotImplementedException();
23-
}
24-
2513
public static string Format<TCmdlet>(
2614
string scriptDefinition,
2715
Settings inputSettings,
2816
TCmdlet cmdlet) where TCmdlet : PSCmdlet, IOutputWriter
2917
{
30-
var inputSettings = new Settings(settingsHashtable);
3118
var ruleOrder = new string[]
3219
{
3320
"PSPlaceCloseBrace",

0 commit comments

Comments
 (0)