Skip to content

Commit e738f2a

Browse files
committed
RECS0122: Initializing field by default value is redundant
[ci skip]
1 parent 22dffab commit e738f2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ICSharpCode.SharpZipLib.Tests/Base/InflaterDeflaterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public void InflateDeflateZlib()
119119

120120
int runLevel;
121121
bool runZlib;
122-
long runCount = 0;
122+
long runCount;
123123
Random runRandom = new Random(5);
124124

125125
void DeflateAndInflate(byte[] buffer)

0 commit comments

Comments
 (0)