Skip to content

Commit 3fc981e

Browse files
authored
Apply suggestions from code review
1 parent 736c1a7 commit 3fc981e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/CSharp/Analysis/ConvertExpressionBodyAnalysis.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using Microsoft.CodeAnalysis.Diagnostics;
44

55
namespace Roslynator.CSharp.Analysis;
6+
67
internal static class ConvertExpressionBodyAnalysis
78
{
89
public static bool BreakExpressionOnNewLine(SyntaxKind syntaxKind, AnalyzerConfigOptions configOptions)
@@ -23,7 +24,6 @@ public static bool BreakExpressionOnNewLine(SyntaxKind syntaxKind, AnalyzerConfi
2324
case SyntaxKind.OperatorDeclaration:
2425
case SyntaxKind.ConversionOperatorDeclaration:
2526
return true;
26-
2727
default:
2828
return false;
2929
}

0 commit comments

Comments
 (0)