Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliano1612 committed Oct 8, 2024
1 parent 9376148 commit e8f8bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MobileSdk/OID4VCI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import SpruceIDMobileSdkRs

public class Oid4vciSyncHttpClient: SyncHttpClient {
public init() {}

public func httpClient(request: HttpRequest) throws -> HttpResponse {
guard let url = URL(string: request.url) else {
throw HttpClientError.Other(error: "failed to construct URL")
Expand Down

0 comments on commit e8f8bfb

Please sign in to comment.