Skip to content

Commit

Permalink
chore: Remove obsolete property
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Jan 20, 2025
1 parent 90215fe commit 6728ad2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/bunit/Diffing/DiffMarkupFormatter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ namespace Bunit.Diffing;
/// </summary>
public class DiffMarkupFormatter : PrettyMarkupFormatter, IMarkupFormatter
{
/// <summary>
/// Gets an instance of the <see cref="DiffMarkupFormatter"/>.
/// </summary>
/// <remarks>
/// The <see cref="DiffMarkupFormatter"/> is not thread safe, so using this singleton
/// instance to format elements may not result in the desired effect.
/// </remarks>
[Obsolete("This instance is not thread safe, use a new instance instead.")]
public static new readonly DiffMarkupFormatter Instance = new();

/// <summary>
/// Initializes a new instance of the <see cref="DiffMarkupFormatter"/> class.
/// </summary>
Expand Down

0 comments on commit 6728ad2

Please sign in to comment.