Skip to content

Commit

Permalink
GH-153 - clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
tpodolak committed Sep 10, 2022
1 parent 1c52087 commit 33832f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public static IEnumerable<IOperation> GetArrayElementValues(this IOperation oper
return operation switch
{
IArrayCreationOperation arrayCreationOperation => arrayCreationOperation.Initializer.ElementValues,
IArrayInitializerOperation arrayInitializerOperation => arrayInitializerOperation.ElementValues,
_ => null
};
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace NSubstitute.Analyzers.Shared.Extensions;

internal static class SyntaxNodeAnalysisContextExtensions
internal static class OperationAnalysisContextExtensions
{
internal static void TryReportDiagnostic(
this OperationAnalysisContext syntaxNodeContext,
Expand Down

0 comments on commit 33832f7

Please sign in to comment.