Skip to content

Commit a851d79

Browse files
Fixed an issue where the Identifier type was not marked as public
1 parent 2d2c403 commit a851d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodableDatastore/Datastore/DatastoreFormat.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,5 @@ extension DatastoreFormat {
182182
//}
183183

184184
extension DatastoreFormat where Instance: Identifiable, Instance.ID: Indexable & DiscreteIndexable {
185-
typealias Identifier = Instance.ID
185+
public typealias Identifier = Instance.ID
186186
}

0 commit comments

Comments
 (0)