Skip to content

Commit

Permalink
fix swift linting
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhaintz committed Nov 13, 2024
1 parent 1506113 commit 4870e02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flutter/ios/Classes/SentryFlutterPluginApple.swift
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,9 @@ public class SentryFlutterPluginApple: NSObject, FlutterPlugin {
}
}
}
debugImages = SentryDependencyContainer.sharedInstance().debugImageProvider.getDebugImagesForImageAddressesFromCache(imageAddresses: imagesAddresses) as [DebugMeta]
debugImages =
SentryDependencyContainer.sharedInstance().debugImageProvider
.getDebugImagesForImageAddressesFromCache(imageAddresses: imagesAddresses) as [DebugMeta]
}
if debugImages.isEmpty {
debugImages = PrivateSentrySDKOnly.getDebugImages() as [DebugMeta]
Expand Down

0 comments on commit 4870e02

Please sign in to comment.