From acf783f59c2d59d4d4fc9780d8a122c6a3b1a35c Mon Sep 17 00:00:00 2001 From: Tina Liu Date: Fri, 12 Sep 2025 09:45:13 -0700 Subject: [PATCH] Follow up for #1195: Remove an empty line --- Sources/FoundationEssentials/Data/Data.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/FoundationEssentials/Data/Data.swift b/Sources/FoundationEssentials/Data/Data.swift index 54228159e..748ccaadc 100644 --- a/Sources/FoundationEssentials/Data/Data.swift +++ b/Sources/FoundationEssentials/Data/Data.swift @@ -2887,7 +2887,6 @@ extension Data { public static let endLineWithCarriageReturn = Base64EncodingOptions(rawValue: 1 << 4) /// When a maximum line length is set, specify that the line ending to insert should include a line feed. public static let endLineWithLineFeed = Base64EncodingOptions(rawValue: 1 << 5) - } @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)