Skip to content

Commit d0e2f25

Browse files
make DefaultsKey.defaultValue publicly readable
1 parent 9b8aa75 commit d0e2f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/DefaultsKeys.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ open class DefaultsKeys {
3838
open class DefaultsKey<ValueType: DefaultsSerializable>: DefaultsKeys {
3939

4040
public let _key: String
41-
internal let defaultValue: ValueType.T?
41+
public let defaultValue: ValueType.T?
4242

4343
public init(_ key: String, defaultValue: ValueType.T) {
4444
self._key = key

0 commit comments

Comments
 (0)