Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: komisan19 <18901496+komisan19@users.noreply.github.com>
  • Loading branch information
komisan19 committed Apr 22, 2024
1 parent 5ab24a0 commit 3d84d4d
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 3d84d4d

Please sign in to comment.