Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit c094932

Browse files
committed
Rename using location rule
Rename the using location rule to be UsingLocationRule. This more closely signifies the behavior.
1 parent e34e67a commit c094932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
namespace Microsoft.DotNet.CodeFormatting.Rules
1515
{
1616
[SyntaxRuleOrder(SyntaxRuleOrder.HasUsingsOutsideOfNamespaceFormattingRule)]
17-
internal sealed class HasUsingsOutsideOfNamespaceFormattingRule : CSharpOnlyFormattingRule, ISyntaxFormattingRule
17+
internal sealed class UsingLocationRule : CSharpOnlyFormattingRule, ISyntaxFormattingRule
1818
{
1919
public SyntaxNode Process(SyntaxNode syntaxNode, string languageName)
2020
{

0 commit comments

Comments
 (0)