We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc83aa commit e3a9a22Copy full SHA for e3a9a22
Sources/Smtp/Models/Attachment.swift
@@ -12,7 +12,7 @@ public struct Attachment {
12
public let data: Data
13
public let contentId: String?
14
15
- public init(name: String, contentType: String, data: Data, contentId: String? = nil) {
+ public init(name: String, contentType: String, data: Data, contentId: String? = nil) {
16
self.name = name
17
self.contentType = contentType
18
self.data = data
0 commit comments