Skip to content

Commit 7a33d91

Browse files
[housekeeping] Automated PR to fix formatting errors (#1999)
1 parent 40ad3cd commit 7a33d91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CommunityToolkit.Maui.MediaElement/Views/MediaManager.macios.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ void RateChanged(object? sender, NSNotificationEventArgs args)
645645
// Get the natural size of the video
646646
var size = videoTrack.NaturalSize;
647647
var preferredTransform = videoTrack.PreferredTransform;
648-
648+
649649
// Apply the preferred transform to get the correct dimensions
650650
var transformedSize = CGAffineTransform.CGRectApplyAffineTransform(new CGRect(CGPoint.Empty, size), preferredTransform);
651651
var width = Math.Abs(transformedSize.Width);

src/CommunityToolkit.Maui.UnitTests/Views/MediaElement/MediaElementTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void CorrectDimensionsForNullTest()
6969
};
7070

7171
// Set the first (actual) media source, which will trigger the above event
72-
mediaElement.Source = mediaSource;
72+
mediaElement.Source = mediaSource;
7373
}
7474

7575
[Fact]

0 commit comments

Comments
 (0)