Skip to content

Commit 914099a

Browse files
authored
Merge pull request #25 from delegateas/copilot/update-checks-for-test-results
Fix final newline in EntityCollectionEntityNameAnalyzer files Agent-Logs-Url: https://github.com/delegateas/DataverseAnalyzer/sessions/b589d366-4131-476c-a502-96f9a01987af Co-authored-by: magesoe <8904582+magesoe@users.noreply.github.com>
2 parents 6808710 + d8b9d9f commit 914099a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/DataverseAnalyzer/EntityCollectionEntityNameAnalyzer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ assignment.Left is IdentifierNameSyntax identifier &&
8282

8383
return false;
8484
}
85-
}
85+
}

tests/DataverseAnalyzer.Tests/EntityCollectionEntityNameAnalyzerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ private static async Task<Diagnostic[]> GetDiagnosticsAsync(string source)
156156
var diagnostics = await compilationWithAnalyzers.GetAnalyzerDiagnosticsAsync();
157157
return diagnostics.Where(d => d.Id == "CT0013").ToArray();
158158
}
159-
}
159+
}

0 commit comments

Comments
 (0)