Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljohanneskraft committed Sep 25, 2024
1 parent f4b5aa2 commit 52ccde6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/SpeziContact/Models/ContactOption.swift
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ extension ContactOption {
UIApplication.shared.open(url)
}
}



private struct WebsiteContactOptionAction: ContactOptionAction {
let url: URL

Expand Down Expand Up @@ -173,8 +174,7 @@ extension ContactOption {
action: WebsiteContactOptionAction(url: url)
)
}




@MainActor
private static func presentAlert(title: String, message: String) {
Expand Down

0 comments on commit 52ccde6

Please sign in to comment.