Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tonidero committed Oct 21, 2024
1 parent eb23ef7 commit 487472c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,13 @@ class ManageSubscriptionsViewModel: ObservableObject {
}

struct IdentifiableURL: Identifiable {

var id: String {
return url.absoluteString
}

let url: URL

}

@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
Expand Down

0 comments on commit 487472c

Please sign in to comment.