style(macos): swiftformat
This commit is contained in:
@@ -153,12 +153,11 @@ enum PiOAuthStore {
|
||||
}
|
||||
}
|
||||
|
||||
private extension Data {
|
||||
func base64URLEncodedString() -> String {
|
||||
extension Data {
|
||||
fileprivate func base64URLEncodedString() -> String {
|
||||
self.base64EncodedString()
|
||||
.replacingOccurrences(of: "+", with: "-")
|
||||
.replacingOccurrences(of: "/", with: "_")
|
||||
.replacingOccurrences(of: "=", with: "")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user