We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad539e commit aace6e4Copy full SHA for aace6e4
1 file changed
TestStack.Dossier/Lists/ListBuilder.cs
@@ -14,8 +14,8 @@ public class ListBuilder<TObject, TBuilder>
14
where TBuilder : TestDataBuilder<TObject, TBuilder>, new()
15
where TObject : class
16
{
17
- private int _start = 0;
18
- private int _count = 0;
+ private int _start;
+ private int _count;
19
private readonly List<TBuilder> _list;
20
21
internal ListBuilder(int size)
0 commit comments