Skip to content

Commit cfa4f02

Browse files
committed
Remove redundant ctor call
1 parent 69753dd commit cfa4f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitsNet.Tests/CustomQuantities/HowMuch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace UnitsNet.Tests.CustomQuantities
88
/// </summary>
99
public struct HowMuch : IQuantity
1010
{
11-
public HowMuch(double value, HowMuchUnit unit) : this()
11+
public HowMuch(double value, HowMuchUnit unit)
1212
{
1313
Unit = unit;
1414
Value = value;

0 commit comments

Comments
 (0)