Skip to content

Commit 2c922c6

Browse files
Update src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CodeStyle/FadingOptions.cs
Co-authored-by: Sam Harwell <[email protected]>
1 parent 51465f1 commit 2c922c6

File tree

1 file changed

+1
-1
lines changed
  • src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CodeStyle

1 file changed

+1
-1
lines changed

src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CodeStyle/FadingOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ namespace Microsoft.CodeAnalysis.CodeStyle;
1010
internal static class FadingOptions
1111
{
1212
public static readonly PerLanguageOption2<bool> FadeOutUnusedImports = new("dotnet_fade_out_unused_imports", defaultValue: true);
13-
public static readonly PerLanguageOption2<bool> FadeOutUnusedMembers = new("dotnet_fade_out_unused_membesr", defaultValue: true);
13+
public static readonly PerLanguageOption2<bool> FadeOutUnusedMembers = new("dotnet_fade_out_unused_members", defaultValue: true);
1414
public static readonly PerLanguageOption2<bool> FadeOutUnreachableCode = new("dotnet_fade_out_unreachable_code", defaultValue: true);
1515
}

0 commit comments

Comments
 (0)