Skip to content

Commit 2923ace

Browse files
committed
Unnecessary semicolon tripping source analysis
1 parent 478de04 commit 2923ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xunit.analyzers/Utility/CodeAnalysisExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public static (bool isInTestMethod, IOperation? lambdaOwner) IsInTestMethod(
102102
}
103103

104104
continue;
105-
};
105+
}
106106
if (parent is ILocalFunctionOperation)
107107
{
108108
lambdaOwner = parent;

0 commit comments

Comments
 (0)