We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34817bf commit 0c03e86Copy full SHA for 0c03e86
src/BenchmarkDotNet/Reports/SummaryStyle.cs
@@ -72,7 +72,7 @@ public bool Equals(SummaryStyle other)
72
&& PrintUnitsInContent == other.PrintUnitsInContent
73
&& PrintZeroValuesInContent == other.PrintZeroValuesInContent
74
&& Equals(SizeUnit, other.SizeUnit)
75
- && Equals(SizeUnit, other.CodeSizeUnit)
+ && Equals(CodeSizeUnit, other.CodeSizeUnit)
76
&& Equals(TimeUnit, other.TimeUnit)
77
&& MaxParameterColumnWidth == other.MaxParameterColumnWidth
78
&& RatioStyle == other.RatioStyle;
0 commit comments