[tm-monitor] rename var

This commit is contained in:
Anton Kaliaev 2017-07-31 14:01:09 -04:00
parent d294200176
commit af04238bb9
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 3 additions and 3 deletions

View File

@ -48,9 +48,9 @@ type EventMetric struct {
}
func (metric *EventMetric) Copy() *EventMetric {
metric2 := *metric
metric2.meter = metric.meter.Snapshot()
return &metric2
metricCopy := *metric
metricCopy.meter = metric.meter.Snapshot()
return &metricCopy
}
// called on GetMetric