Skip to content

Commit 714f520

Browse files
authored
Fix formatting
1 parent 779cd56 commit 714f520

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Analyzers/MSTest.Analyzers/AssertionArgsShouldBePassedInCorrectOrderAnalyzer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ static bool NameIsExpected(string name)
116116
name.StartsWith("_expected", StringComparison.Ordinal) ||
117117
name.StartsWith("Expected", StringComparison.Ordinal);
118118

119-
120119
static bool NameIsActual(string name)
121120
=> name.StartsWith("actual", StringComparison.Ordinal);
122121
}

0 commit comments

Comments
 (0)