Skip to content

Commit f2d292d

Browse files
committed
RECS0126: Redundant base constructor call
[ci skip]
1 parent c9c2864 commit f2d292d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • ICSharpCode.SharpZipLib.Tests/TestSupport

ICSharpCode.SharpZipLib.Tests/TestSupport/Streams.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public class TrackedMemoryStream : MemoryStream
2222
/// Initializes a new instance of the <see cref="TrackedMemoryStream"/> class.
2323
/// </summary>
2424
public TrackedMemoryStream()
25-
: base()
2625
{
2726
}
2827

0 commit comments

Comments
 (0)