Skip to content

Commit

Permalink
Removed unneeded assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ben_pollard committed Jan 10, 2025
1 parent 18b2ae4 commit 63b773b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions NetAF/Rendering/Console/TextWriterPresenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ namespace NetAF.Rendering.Console
/// <param name="writer">The writer.</param>
public sealed class TextWriterPresenter(TextWriter writer) : IFramePresenter
{
#region Fields

private readonly TextWriter writer = writer;

#endregion

#region Overrides of Object

/// <summary>
Expand Down

0 comments on commit 63b773b

Please sign in to comment.