Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
komisan19 committed Apr 22, 2024
1 parent 5ab24a0 commit 96739d4
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -442,8 +442,7 @@ func mostRecentTimestampInMetric(metric pmetric.Metric) pcommon.Timestamp {
}

func maxTimestamp(a, b pcommon.Timestamp) pcommon.Timestamp {
resultTimestamp := max(a, b)
return resultTimestamp
return max(a, b)
}

// addSingleSummaryDataPoint converts pt to len(QuantileValues) + 2 samples.
Expand Down

0 comments on commit 96739d4

Please sign in to comment.