Remove redundant implemented interface

Co-authored-by: Michael Nebel <michaelnebel@github.com>
This commit is contained in:
Tamás Vajk
2024-04-03 14:23:36 +02:00
committed by GitHub
parent fbec197d4a
commit 362a109e04

View File

@@ -9,7 +9,7 @@ namespace Semmle.Util
/// A wrapper around an underlying <see cref="StreamWriter" /> which allows
/// <see cref="DiagnosticMessage" /> objects to be serialized to it.
/// </summary>
public sealed class DiagnosticsStream : IDiagnosticsWriter, IDisposable
public sealed class DiagnosticsStream : IDiagnosticsWriter
{
private readonly JsonSerializer serializer;
private readonly StreamWriter writer;