Skip to content

Commit

Permalink
Apply review
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-jang committed Mar 15, 2023
1 parent e5f7e07 commit a35e56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Qsi/Analyzers/EmptyAnalysisResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ namespace Qsi.Analyzers
{
public readonly struct EmptyAnalysisResult : IQsiAnalysisResult
{
QsiSensitiveDataCollection IQsiAnalysisResult.SensitiveDataCollection => null;
QsiSensitiveDataCollection IQsiAnalysisResult.SensitiveDataCollection => QsiSensitiveDataCollection.Empty;
}
}

0 comments on commit a35e56a

Please sign in to comment.