Skip to content

Commit 8f931b8

Browse files
committed
Annotate default method protocol conformance with public.
1 parent 1a08948 commit 8f931b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecturePattern/Server+API.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extension Sequence where Element == Codable.Type {
3939
}
4040

4141
extension ServerAPI {
42-
static func ==(lhs: Self, rhs: Self) -> Bool {
42+
public static func ==(lhs: Self, rhs: Self) -> Bool {
4343
lhs.id == rhs.id
4444
}
4545

0 commit comments

Comments
 (0)