Skip to content

Commit

Permalink
fix: SwiftFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnamw committed Jul 11, 2024
1 parent 25cfc2f commit fecc7e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MailCore/Models/ShareMailLinkResult.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@

import Foundation

public struct ShareMailLinkResult: Codable, Identifiable {
@frozen public struct ShareMailLinkResult: Codable, Identifiable {
public var id: String {
return url
return url
}

public var url: String
}

0 comments on commit fecc7e4

Please sign in to comment.