Skip to content

Commit

Permalink
AvoidLongLines: Make internal function DiagnosticSeverity private (#1851
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bergmeister authored Oct 31, 2022
1 parent e21fe00 commit 542b75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rules/AvoidLongLines.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public override RuleSeverity GetSeverity()
/// Gets the severity of the returned diagnostic record: error, warning, or information.
/// </summary>
/// <returns></returns>
public DiagnosticSeverity GetDiagnosticSeverity()
private DiagnosticSeverity GetDiagnosticSeverity()
{
return DiagnosticSeverity.Warning;
}
Expand Down

0 comments on commit 542b75f

Please sign in to comment.