Skip to content

Commit 2d9e510

Browse files
authored
Follow up for #1195: Remove an empty line (#1508)
1 parent 5dbed7e commit 2d9e510

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/FoundationEssentials/Data/Data.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2887,7 +2887,6 @@ extension Data {
28872887
public static let endLineWithCarriageReturn = Base64EncodingOptions(rawValue: 1 << 4)
28882888
/// When a maximum line length is set, specify that the line ending to insert should include a line feed.
28892889
public static let endLineWithLineFeed = Base64EncodingOptions(rawValue: 1 << 5)
2890-
28912890
}
28922891

28932892
@available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)

0 commit comments

Comments
 (0)