Skip to content

Commit

Permalink
made AuthorizationProviding default public
Browse files Browse the repository at this point in the history
  • Loading branch information
sstadelman committed Aug 11, 2020
1 parent 36bfd9d commit 30001e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TSCUtility/Netrc.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public protocol AuthorizationProviding {
}

extension AuthorizationProviding {
func authorization(for url: Foundation.URL) -> String? {
public func authorization(for url: Foundation.URL) -> String? {
return nil
}
}
Expand Down

0 comments on commit 30001e3

Please sign in to comment.