Skip to content

Commit 1280e18

Browse files
committed
Remove internal keyword in default implementation
1 parent 43144ef commit 1280e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ATProtoKit/Utilities/ATImageProcessing.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public extension ATImageProcessable {
194194
throw ATImageProcessingError.unableToResizeImage
195195
}
196196

197-
internal func stripMetadata(from image: ATImage) -> ATImage? {
197+
func stripMetadata(from image: ATImage) -> ATImage? {
198198
guard let tiffRepresentation = image.tiffRepresentation,
199199
let source = CGImageSourceCreateWithData(tiffRepresentation as CFData, nil) else {
200200
return nil

0 commit comments

Comments
 (0)