Skip to content

Commit

Permalink
fix the indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
haashem committed Oct 3, 2024
1 parent 65a9e79 commit b0716d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Classes/SwiftSpotifySdkPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ public class SwiftSpotifySdkPlugin: NSObject, FlutterPlugin {
}
}

private func connectToSpotify(clientId: String, redirectURL: String, accessToken: String? = nil, spotifyUri: String = "", asRadio: Bool?, additionalScopes: String? = nil) throws {
private func connectToSpotify(clientId: String, redirectURL: String, accessToken: String? = nil, spotifyUri: String = "", asRadio: Bool?, additionalScopes: String? = nil) throws {
func configureAppRemote(clientID: String, redirectURL: String, accessToken: String? = nil) throws {
guard let redirectURL = URL(string: redirectURL) else {
throw SpotifyError.redirectURLInvalid
Expand Down

0 comments on commit b0716d8

Please sign in to comment.