Skip to content

Commit fdc5520

Browse files
ktosogjcairo
authored andcommitted
Apply suggestions from code review
1 parent 00fab1c commit fdc5520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CoreMetrics/Metrics.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ internal final class AccumulatingRoundingFloatingPointCounter: FloatingPointCoun
801801
internal final class AccumulatingMeter: MeterHandler, @unchecked Sendable {
802802
private let recorderHandler: RecorderHandler
803803
// FIXME: use swift-atomics when floating point support is available
804-
private var value: Double = 0
804+
private var value: Double = 0
805805
private let lock = Lock()
806806

807807
init(label: String, dimensions: [(String, String)]) {

0 commit comments

Comments
 (0)