Skip to content

Commit e3a9a22

Browse files
committed
Remove empty space
1 parent afc83aa commit e3a9a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Smtp/Models/Attachment.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public struct Attachment {
1212
public let data: Data
1313
public let contentId: String?
1414

15-
public init(name: String, contentType: String, data: Data, contentId: String? = nil) {
15+
public init(name: String, contentType: String, data: Data, contentId: String? = nil) {
1616
self.name = name
1717
self.contentType = contentType
1818
self.data = data

0 commit comments

Comments
 (0)