Apply suggestions from code review

This commit is contained in:
Konrad `ktoso` Malawski 2024-06-21 09:40:07 +09:00 committed by Gus Cairo
parent 00fab1c9ee
commit fdc5520ddd
1 changed files with 1 additions and 1 deletions

View File

@ -801,7 +801,7 @@ internal final class AccumulatingRoundingFloatingPointCounter: FloatingPointCoun
internal final class AccumulatingMeter: MeterHandler, @unchecked Sendable {
private let recorderHandler: RecorderHandler
// FIXME: use swift-atomics when floating point support is available
private var value: Double = 0
private var value: Double = 0
private let lock = Lock()
init(label: String, dimensions: [(String, String)]) {