Skip to content

Commit aedb466

Browse files
committed
More fix
1 parent dc8c6b3 commit aedb466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Meziantou.Analyzer.Test/Helpers/DiagnosticResult.cs

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public sealed class DiagnosticResult
1010

1111
public IReadOnlyList<DiagnosticResultLocation> Locations
1212
{
13-
get => _locations ??= Array.Empty<DiagnosticResultLocation>();
13+
get => _locations ??= [];
1414
set => _locations = value;
1515
}
1616

0 commit comments

Comments
 (0)