Skip to content

Commit 5b46948

Browse files
committed
made AuthorizationProviding default public
1 parent 444cf5b commit 5b46948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSCUtility/Netrc.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public protocol AuthorizationProviding {
99
}
1010

1111
extension AuthorizationProviding {
12-
func authorization(for url: Foundation.URL) -> String? {
12+
public func authorization(for url: Foundation.URL) -> String? {
1313
return nil
1414
}
1515
}

0 commit comments

Comments
 (0)