Skip to content
Prev Previous commit
fix format
  • Loading branch information
misos1 committed Oct 17, 2024
commit ab57c3373eafc947052f97b14e0813eac791c59c
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ - (void)sendFailedToLoadVideoEvent {
error:&error] != AVKeyValueStatusFailed) {
error = self.player.currentItem.error;
}
__block NSMutableOrderedSet<NSString*> *details =
__block NSMutableOrderedSet<NSString *> *details =
[NSMutableOrderedSet orderedSetWithObject:@"Failed to load video"];
void (^add)(NSString *) = ^(NSString *detail) {
if (detail != nil) {
Expand Down