Skip to content

Commit

Permalink
Fix one last formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
krajek authored and RehanSaeed committed May 26, 2021
1 parent 9ee8ebd commit a4aa407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Serilog.Exceptions/Core/ExceptionPropertiesBag.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ private void AddPairToProperties(string key, object? value)
this.properties.Add(key, value);
#endif
}

#if !NET5_0
private string MakeSureKeyIsUnique(string key)
{
Expand Down

0 comments on commit a4aa407

Please sign in to comment.