Skip to content

Commit

Permalink
Mark DoubleWrapper.value as public
Browse files Browse the repository at this point in the history
  • Loading branch information
winsmith committed Dec 23, 2022
1 parent f3984a0 commit 74e94b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DataTransferObjects/QueryResult/QueryResult.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public struct TimeSeriesQueryResult: Codable, Hashable, Equatable {

/// Wrapper around the Double type that also accepts encoding and decoding as "Infinity" and "-Infinity"
public struct DoubleWrapper: Codable, Hashable, Equatable {
let value: Double
public let value: Double

public init(_ doubleValue: Double) {
value = doubleValue
Expand Down

0 comments on commit 74e94b0

Please sign in to comment.