Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Oct 13, 2023
1 parent 8352673 commit 9b4fc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/metric/metricdata/metricdatatest/comparisons.go
Original file line number Diff line number Diff line change
Expand Up @@ -837,8 +837,8 @@ func hasAttributesSummary(summary metricdata.Summary, attrs ...attribute.KeyValu
}
}
return reasons

}

func hasAttributesSummaryDataPoint(dp metricdata.SummaryDataPoint, attrs ...attribute.KeyValue) (reasons []string) {
for _, attr := range attrs {
val, ok := dp.Attributes.Value(attr.Key)
Expand Down

0 comments on commit 9b4fc8f

Please sign in to comment.