Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Nov 27, 2023
1 parent 06c151c commit 8dbe410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StructuredLogger/ObjectModel/EvaluationProfileEntry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public string DurationText

public string FileName => Path.GetFileName(SourceFilePath);

public string Title
public override string Title
{
get
{
Expand Down

0 comments on commit 8dbe410

Please sign in to comment.