Skip to content

Commit 7f7642f

Browse files
committed
Removing duplicate line
1 parent 6107476 commit 7f7642f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

NTestDataBuilder/TestDataBuilder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public TBuilder Set<TValue>(Expression<Func<TObject, TValue>> property, TValue v
8080
{
8181
_properties[PropertyNameGetter.Get(property)] = value;
8282
return this as TBuilder;
83-
return this as TBuilder;
8483
}
8584

8685
/// <summary>

0 commit comments

Comments
 (0)