diff --git a/GraphView/Statistics.cs b/GraphView/Statistics.cs index 9e60c4bc3..e661ffc57 100644 --- a/GraphView/Statistics.cs +++ b/GraphView/Statistics.cs @@ -122,7 +122,7 @@ internal static Statistics UpdateHistogram(Statistics curStatistics, Statistics if (newHistogramEnd || entry.Key < newEntry.Current.Key) { var curTuple = entry.Value; - if (curTuple.Item2 == true) + if (curTuple.Item2) { var tmpCount = curTuple.Item1 * newDefaultRow; resRowCount += tmpCount;