Skip to content

Commit 00605db

Browse files
committed
Fix formating issues
Signed-off-by: AkramBitar <akram@il.ibm.com>
1 parent fcf359f commit 00605db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/common/utils/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func ExponentialBucketTimeRange(start, end time.Duration, buckets int) []float64
6565
v = interval
6666
}
6767
// Round to sigDigits significant digits to avoid ugly floating-point representations
68-
bs = append(bs, roundToSignificantDigits((start+v).Seconds()))
68+
bs = append(bs, roundToSignificantDigits((start + v).Seconds()))
6969
}
7070

7171
return bs

0 commit comments

Comments
 (0)