Skip to content

Commit c5f3f97

Browse files
committed
private func
1 parent 514d1e9 commit c5f3f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SQL.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ private protocol Extractable {
178178
Conforms `Optional`
179179
*/
180180
extension Optional: Extractable {
181-
public func extract() -> Wrapped? {
181+
private func extract() -> Wrapped? {
182182
return self
183183
}
184184
}

0 commit comments

Comments
 (0)